MetadataFieldNotFoundException Constructor (String)

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

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

public:
MetadataFieldNotFoundException(
	String^ message
)

Parameters

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