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


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

IErrorInfo.GetSource Method

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

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

Product Availability

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

See Also

IErrorInfo Interface