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