RecoverableErrorData Constructor (Exception)

Initializes a new instance of the RecoverableErrorData class that contains the specified exception that caused the error.

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

public:
RecoverableErrorData(
	Exception^ exception
)

Parameters

exception
Type: System::Exception
The exception that caused the error.

ExceptionCondition
ArgumentNullException

exception is a nullptr.

Show: