ChangeBatchIsReadOnlyException Constructor (String)

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

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

public:
ChangeBatchIsReadOnlyException(
	String^ message
)

Parameters

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