ReplicaMetadataNotFoundException Constructor (String)

Initializes a new instance of the ReplicaMetadataNotFoundException class that contains a specified error message.

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

public:
ReplicaMetadataNotFoundException(
	String^ message
)

Parameters

message
Type: System::String
The message that states the error.
Show: