com.esri.arcgis.geodatabase
Interface IEnumEventError

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumEventErrorProxy

public interface IEnumEventError
extends Serializable

Provides access to an enumeration of event source errors.

Product Availability

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


Method Summary
 void next(IRow[] eventRow, int[] locatingError)
          Retrieves the next event error in the enumeration sequence.
 

Method Detail

next

void next(IRow[] eventRow,
          int[] locatingError)
          throws IOException,
                 AutomationException
Retrieves the next event error in the enumeration sequence.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
eventRow - A reference to a com.esri.arcgis.geodatabase.IRow (out: use single element array)
locatingError - A com.esri.arcgis.geodatabase.esriLocatingError constant (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.