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


IErrorInfo.GetDescription Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

IErrorInfo.GetDescription Method

[Visual Basic .NET]
Public Sub GetDescription ( _
    ByRef pBstrDescription As String _
)
[C#]
public void GetDescription (
    ref string pBstrDescription
);
[C++]
HRESULT GetDescription(
  System.String* pBstrDescription
);
[C++]

Parameters pBstrDescription [out]
pBstrDescription is a parameter of type BSTR*

Product Availability

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

See Also

IErrorInfo Interface