ArcObjects Library Reference (TrackingAnalyst)  

ITxDiagnostics.LastConnectionErrorCode Property

Indicates error code value for the last Internet server connection.

[Visual Basic .NET]
Public ReadOnly Property LastConnectionErrorCode As Integer
[C#]
public int LastConnectionErrorCode {get;}
[C++]
HRESULT get_LastConnectionErrorCode(
  long* pnErrorCode
);
[C++]

Parameters

pnErrorCode [out, retval]   pnErrorCode is a parameter of type long

Product Availability

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

See Also

ITxDiagnostics Interface