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


IReplicaLog.ErrorCode Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  ErrorCode* ErrorCode
);
[C++]

Parameters ErrorCode [out, retval] ErrorCode is a parameter of type

Product Availability

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

See Also

IReplicaLog Interface