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


IServerConnection.LastConnectionErrorMessage Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IServerConnection.LastConnectionErrorMessage Property

Indicates the error message for the last connection to the server.

[Visual Basic .NET]
Public ReadOnly Property LastConnectionErrorMessage As String
[C#]
public string LastConnectionErrorMessage {get;}
[C++]
HRESULT get_LastConnectionErrorMessage(
  BSTR* 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

IServerConnection Interface