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


ITxConnectorSetup.ErrorMessage Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxConnectorSetup Interface > ITxConnectorSetup.ErrorMessage Property
ArcGIS Developer Help

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(
  System.String* 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