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)

Syntax

'Declaration
Public ReadOnly Property Error As Exception
public Exception Error { get; }
public:
property Exception^ Error {
    Exception^ get ();
}
/** @property */
public Exception get_Error ()
public function get Error () : Exception

Property Value

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

ApplyChangeFailedEventArgs Class
ApplyChangeFailedEventArgs Members
Microsoft.Synchronization.Data Namespace