ArcObjects Library Reference (DefenseSolutions)  

IEngineStatus.Message Property

The method gets the message string associated with the current status code or error number.

[Visual Basic .NET]
Public ReadOnly Property Message As String
[C#]
public string Message {get;}
[C++]
HRESULT get_Message(
  BSTR* pMessage
);
[C++]

Parameters

pMessage [out, retval]   pMessage is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IEngineStatus Interface