This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxConnectorSetup Interface > ITxConnectorSetup.ErrorCode Property (ArcObjects .NET 10.4 SDK) |
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