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


IEventSourceErrors.GetErrors Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEventSourceErrors Interface > IEventSourceErrors.GetErrors Method
ArcGIS Developer Help

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