ReplicationFailure.LastErrorCode 属性

定义

获取最近一次失败的错误代码。

public:
 property int LastErrorCode { int get(); };
public int LastErrorCode { get; }
member this.LastErrorCode : int
Public ReadOnly Property LastErrorCode As Integer

属性值

包含与最近一次失败关联的错误代码的 HRESULT。 如果特定错误不可用,则为 ERROR_SUCCESS。

适用于

另请参阅