SyncException Class

The exception that is thrown when an error occurs during synchronization.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
<SerializableAttribute> _
<CLSCompliantAttribute(True)> _
Public Class SyncException
    Inherits Exception
'Usage
Dim instance As SyncException
[SerializableAttribute] 
[CLSCompliantAttribute(true)] 
public class SyncException : Exception
[SerializableAttribute] 
[CLSCompliantAttribute(true)] 
public ref class SyncException : public Exception
/** @attribute SerializableAttribute() */ 
/** @attribute CLSCompliantAttribute(true) */ 
public class SyncException extends Exception
SerializableAttribute 
CLSCompliantAttribute(true) 
public class SyncException extends Exception

Remarks

This class is also the base class for most other synchronization exceptions.

Inheritance Hierarchy

System.Object
   System.Exception
    Microsoft.Synchronization.SyncException
       Derived Classes

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.

See Also

Reference

SyncException Members
Microsoft.Synchronization Namespace