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


IReplicaLog.ErrorCode Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaLog Interface > IReplicaLog.ErrorCode Property
ArcGIS Developer Help

IReplicaLog.ErrorCode Property

Error code associated with log event.

[Visual Basic .NET]
Public ReadOnly Property ErrorCode As Integer
[C#]
public int ErrorCode {get;}
[C++]
HRESULT get_ErrorCode(
  System.Int32* ErrorCode
);
[C++]
Parameters
ErrorCode [out, retval]

ErrorCode is a parameter of type HRESULT*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IReplicaLog Interface