RecoverableErrorData Constructor (Int32)

Initializes a new instance of the RecoverableErrorData class that contains the specified HRESULT that is associated with the error.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
RecoverableErrorData(
	int hresult
)

Parameters

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