ArcObjects Library Reference (TrackingAnalyst)  

ITxConnectorSetup.ErrorMessage Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITxConnectorSetup Interface