com.esri.arcgis.system
Interface IErrorInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
IErrorInfoProxy

public interface IErrorInfo
extends Serializable

Product Availability

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


Method Summary
 void esri_getSource(String[] pBstrSource)
          esri_getSource
 void getDescription(String[] pBstrDescription)
          getDescription
 void getGUID(GUID[] pGuid)
          getGUID
 void getHelpContext(int[] pdwHelpContext)
          getHelpContext
 void getHelpFile(String[] pBstrHelpFile)
          getHelpFile
 

Method Detail

getGUID

void getGUID(GUID[] pGuid)
             throws IOException,
                    AutomationException
getGUID

Product Availability

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

Parameters:
pGuid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

esri_getSource

void esri_getSource(String[] pBstrSource)
                    throws IOException,
                           AutomationException
esri_getSource

Product Availability

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

Parameters:
pBstrSource - The pBstrSource (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

void getDescription(String[] pBstrDescription)
                    throws IOException,
                           AutomationException
getDescription

Product Availability

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

Parameters:
pBstrDescription - The pBstrDescription (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHelpFile

void getHelpFile(String[] pBstrHelpFile)
                 throws IOException,
                        AutomationException
getHelpFile

Product Availability

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

Parameters:
pBstrHelpFile - The pBstrHelpFile (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHelpContext

void getHelpContext(int[] pdwHelpContext)
                    throws IOException,
                           AutomationException
getHelpContext

Product Availability

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

Parameters:
pdwHelpContext - The pdwHelpContext (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.