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


IErrorInfo.GetDescription Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IErrorInfo Interface > IErrorInfo.GetDescription Method
ArcGIS Developer Help

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