DbPartiallyProvisionedException Constructor (String, Exception)

Initializes a new instance of the DbPartiallyProvisionedException class with the specified message and a reference to the inner exception that caused this exception.

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

public:
DbPartiallyProvisionedException(
	String^ message, 
	Exception^ inner
)

Parameters

message
Type: System::String
A description of the error.
inner
Type: System::Exception
The exception instance that caused the current exception, or nullptr when no inner exception is specified.
Show: