RecoverableErrorData.HResult Property

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.

See Also

Reference

RecoverableErrorData Class

Microsoft.Synchronization Namespace