Freigeben über


SyncConstraintConflictNotAllowedException-Klasse

Die Ausnahme, die ausgelöst wird, wenn ein Einschränkungskonflikt in einer Synchronisierungssitzung erkannt wird, Konflikte jedoch nicht zulässig sind.

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

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

SyncConstraintConflictNotAllowedException-Member
Microsoft.Synchronization-Namespace