SyncConstraintConflictNotAllowedException Class

The exception that is thrown when a constraint conflict is encountered in a synchronization session but conflicts are not allowed.

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

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.SyncConstraintConflictNotAllowedException

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

SyncConstraintConflictNotAllowedException Members
Microsoft.Synchronization Namespace