Return all of the message descriptions.
[Visual Basic .NET] Public Function GetMessages ( _ ByVal severity As Integer _ ) As String
[C#] public string GetMessages ( int severity );
[C++]
HRESULT GetMessages(
long severity,
BSTR* pMessages
);
[C++]Parameters
severity [in] severity is a parameter of type long pMessages [out, retval] pMessages is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.