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
[<SerializableAttribute>]
type SyncConstraintConflictNotAllowedException =  
    class
        inherit SyncException
    end
public class SyncConstraintConflictNotAllowedException extends SyncException

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (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