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


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

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(
  System.Int32* 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