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


IEventSourceErrors.GetErrors Method (ArcObjects .NET 10.5 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(
  IEnumEventError** eventErrors
);
[C++]

Parameters eventErrors [out, retval]
eventErrors is a parameter of type IEnumEventError

Product Availability

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

See Also

IEventSourceErrors Interface