ArcObjects Library Reference (System)  

IMessage.ErrorInfo Property

Valid when the message is a fault.

[Visual Basic .NET]
Public ReadOnly Property ErrorInfo As IErrorInfo
[C#]
public IErrorInfo ErrorInfo {get;}
[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