DbProvisioningException Constructor (String)

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

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

public:
DbProvisioningException(
	String^ message
)

Parameters

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