SyncConflict::ErrorMessage Property

Gets or sets the error message if ConflictType is set to ErrorsOccurred.

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

public:
property String^ ErrorMessage {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
An error message.

For an example of how to handle conflicts, see How to: Handle Data Conflicts and Errors.

Show: