Partager via


Classe SyncConstraintConflictNotAllowedException

Exception levée lorsqu'un conflit de contraintes est rencontré dans une session de synchronisation tandis que les conflits ne sont pas autorisés.

Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class SyncConstraintConflictNotAllowedException
    Inherits SyncException
'Utilisation
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

Hiérarchie d'héritage

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

Sécurité des threads

Tous les membres publics statiques (Partagés en Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Référence

Membres SyncConstraintConflictNotAllowedException
Espace de noms Microsoft.Synchronization