This document is archived and information here might be outdated.  Recommended version.


IErrorCollection.ErrorCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IErrorCollection.ErrorCount Property

The count of error records.

[Visual Basic .NET]
Public ReadOnly Property ErrorCount As Integer
[C#]
public int ErrorCount {get;}
[C++]
HRESULT get_ErrorCount(
  long* Count
);
[C++]

Parameters Count [out, retval] Count is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IErrorCollection Interface