Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the HRESULT that is associated with the error. An HRESULT is a coded numerical value that is assigned to a specific exception.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property HResult As Integer
Get
'Usage
Dim instance As RecoverableErrorData
Dim value As Integer
value = instance.HResult
public int HResult { get; }
public:
property int HResult {
int get ();
}
member HResult : int
function get HResult () : int
Property Value
Type: System.Int32
The HRESULT that is associated with the error.