We have to count one specific field and compare with total number of features in the dataset that can do but to log report it is throwing an error given below. This error is just a record but not belongs to any FeatureClass.
Error: "Error getting table . Unable to get row for OID 0."
Snippet
Interface :IPLTSCNTWorkspaceValExtension
IPLTSError2 ipReviewerResult = new PLTSErrorClass() as IPLTSError2;
ipReviewerResult.ErrorKind = pltsValErrorKind.pltsValErrorKindStandard;
ipReviewerResult.LongDescription = "CC feature count [" + ccFeatureCount + "] is more than Total Feature count [" + TotalFeature + "]";
ipRevResultCollection.AddError(ipReviewerResult);
Is it mandatory to assign value to
ipReviewerResult.QualifiedTableName = ipSourceDataset.Name;