RecoverableErrorData Constructor (Exception, String, String)

Initializes a new instance of the RecoverableErrorData class that contains the specified exception that caused the error, the display name of the item that caused the error, and a description of the error.

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

public:
RecoverableErrorData(
	Exception^ exception, 
	String^ itemDisplayName, 
	String^ errorDescription
)

Parameters

exception
Type: System::Exception
The exception that caused the error.
itemDisplayName
Type: System::String
The display name of the item that caused the error.
errorDescription
Type: System::String
The description of the error.
Show: