DbNotProvisionedException Constructor (String)

Initializes a new instance of the DbNotProvisionedException class with the specified message.

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

public:
DbNotProvisionedException(
	String^ message
)

Parameters

message
Type: System::String
A description of the error.
Show: