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


IEventSourceErrors.GetErrors Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEventSourceErrors.GetErrors Method

The enumerator of the event source errors.

[Visual Basic .NET]
Public Function GetErrors ( _
) As IEnumEventError
[C#]
public IEnumEventError GetErrors (
);
[C++]
HRESULT GetErrors(
void
);

Product Availability

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

See Also

IEventSourceErrors Interface