DbMetadataSyncException Constructor (String, Exception)

Initializes a new instance of the DbMetadataSyncException class by using message and inner exception parameters.

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

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

Parameters

message
Type: System::String
A description of the error.
inner
Type: System::Exception
A wrapped exception from an external component.
Show: