AnchorException Constructor (String)

Initializes a new instance of the AnchorException class by using a message parameter.

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

public:
AnchorException(
	String^ message
)

Parameters

message
Type: System::String
A description of the error.
Show: