DbNotProvisionedException Constructor (String, Exception)
Initializes a new instance of the DbNotProvisionedException class with the specified message and a reference to the inner exception that caused this exception.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
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: