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.

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

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

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: