ApplyChangeFailedEventArgs::Error Property

Gets an Exception object that contains metadata about any exceptions that occurred during synchronization.

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

public:
property Exception^ Error {
	Exception^ get ();
}

Property Value

Type: System::Exception
An Exception object that contains metadata about any exceptions that occurred during synchronization.
Show: