RecoverableErrorMustFailEntireItemException Constructor (String)

Initializes a new instance of the RecoverableErrorMustFailEntireItemException class that contains the specified error message.

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

public:
RecoverableErrorMustFailEntireItemException(
	String^ message
)

Parameters

message
Type: System::String
The error message that states the reason for the exception.
Show: