A simple custom check If no features in the FeatureClass that need to mark an error without geometry but when run this custom check it is throwing an error given below.
Error: Unable to get row for OID 0 in Table
IPLTSError2 ipReviewerResult = new PLTSErrorClass() as IPLTSError2;
ipReviewerResult.ErrorKind = pltsValErrorKind.pltsValErrorKindWarning;
ipReviewerResult.LongDescription = "Dataset does not contain at least one feature";
ipRevResultCollection.AddError(ipReviewerResult);