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


ITxConnectorSetup.ErrorCode Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxConnectorSetup.ErrorCode Property

Error code of the last error.

[Visual Basic .NET]
Public Property ErrorCode As Integer
[C#]
public int ErrorCode {get; set;}
[C++]
HRESULT get_ErrorCode(
  long* pdwLastErrorCode
);
[C++]
HRESULT put_ErrorCode(
  long pdwLastErrorCode
);
[C++]

Parameters pdwLastErrorCode [out, retval] pdwLastErrorCode is a parameter of type long pdwLastErrorCode [in] pdwLastErrorCode is a parameter of type long

Product Availability

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

See Also

ITxConnectorSetup Interface