This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxConnectorSetup Interface > ITxConnectorSetup.ErrorMessage Property (ArcObjects .NET 10.4 SDK) |
Message associated with last error / error code.
[Visual Basic .NET] Public Property ErrorMessage As String
[C#] public string ErrorMessage {get; set;}
[C++]
HRESULT get_ErrorMessage(
BSTR* pbstrLastErrorMessage
);
[C++]
HRESULT put_ErrorMessage(
BSTR pbstrLastErrorMessage
);
[C++]
Parameters pbstrLastErrorMessage [out, retval] pbstrLastErrorMessage is a parameter of type BSTR pbstrLastErrorMessage [in] pbstrLastErrorMessage is a parameter of type BSTR