MetadataStoreException Constructor (String, Exception)

Initializes a new instance of the MetadataStoreException class that contains a specified error message and a reference to the inner exception that caused this exception.

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

public:
MetadataStoreException(
	String^ message, 
	Exception^ innerException
)

Parameters

message
Type: System::String
The message that states the error.
innerException
Type: System::Exception
The exception that caused the current exception, or a nullptr when no inner exception is specified.
Show: