This document is archived and information here might be outdated.  Recommended version.


IMessage.ErrorInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IM > IMessage Interface > IMessage.ErrorInfo Property
ArcGIS Developer Help

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