ReplicationFailure.LastErrorCode Eigenschap

Definitie

Hiermee haalt u de foutcode op voor de meest recente fout.

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

Waarde van eigenschap

Een HRESULT die de foutcode bevat die is gekoppeld aan de meest recente fout. Dit wordt ERROR_SUCCESS als de specifieke fout niet beschikbaar is.

Van toepassing op

Zie ook