DbProvisioningException Constructor (String, Exception)
Initializes a new instance of the DbProvisioningException class that contains a specified error 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
The error message that states the reason for the exception.
- inner
- Type: System::Exception
The exception that caused the current exception, or a nullptr when no inner exception is specified.
Show: