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
[<SerializableAttribute>]
type SyncConstraintConflictNotAllowedException =
class
inherit SyncException
end
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 static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.