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
'Usage
Dim instance As RecoverableErrorData
Dim value As Integer
value = instance.HResult
public int HResult { get; }
public:
property int HResult {
int get ();
}
/** @property */
public int get_HResult ()
public function get HResult () : int
Property Value
The HRESULT that is associated with the error.
See Also
Reference
RecoverableErrorData Class
RecoverableErrorData Members
Microsoft.Synchronization Namespace