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)

public:
property int HResult {
	int get ();
}

Property Value

Type: System::Int32
The HRESULT that is associated with the error.
Show: