FileSyncInvalidOperationException Constructor (String)

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

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

public:
FileSyncInvalidOperationException(
	String^ message
)

Parameters

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