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