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