共用方式為


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。

適用於

另請參閱