ArcObjects Library Reference  (System)    

IMessage.ErrorInfo Property

Valid when the message is a fault.

[Visual Basic 6.0]
Property ErrorInfo As IErrorInfo
[Visual Basic .NET]
Public ReadOnly Property ErrorInfo As IErrorInfo
[C#]
public IErrorInfo ErrorInfo {get;}
[Java]
public IErrorInfo getErrorInfo()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_ErrorInfo(
  IErrorInfo** ErrorInfo
);
[C++]

Parameters

ErrorInfo [out, retval]

  ErrorInfo is a parameter of type IErrorInfo

Product Availability

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

See Also

IMessage Interface