MetadataStoreInvalidOperationException Constructor (String, Exception)

Initializes a new instance of the MetadataStoreInvalidOperationException 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:
MetadataStoreInvalidOperationException(
	String^ message, 
	Exception^ innerException
)

Parameters

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