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