DbMissingCommandException Constructor (String)

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

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

public:
DbMissingCommandException(
	String^ message
)

Parameters

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