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


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

ITxDiagnostics.LastConnectionErrorMessage Property

Indicates error code value for the last Internet server connection.

[Visual Basic .NET]
Public ReadOnly Property LastConnectionErrorMessage As String
[C#]
public string LastConnectionErrorMessage {get;}
[C++]
HRESULT get_LastConnectionErrorMessage(
  System.String* pbstrErrorMessage
);
[C++]
Parameters
pbstrErrorMessage [out, retval]

pbstrErrorMessage is a parameter of type BSTR*

Product Availability

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

See Also

ITxDiagnostics Interface