DbVersionException Constructor (String)

Initializes a new instance of the DbVersionException class with the specified message.

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

public:
DbVersionException(
	String^ message
)

Parameters

message
Type: System::String
The message of the exception.
Show: