KeyUniquenessException-Klasse

Die Ausnahme, die beim Versuch ausgelöst wird, ein Element mit einer ungültigen oder doppelten ID zu speichern.

Namespace:  Microsoft.Synchronization.MetadataStorage
Assembly:  Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class KeyUniquenessException _
    Inherits MetadataStoreException
'Usage
Dim instance As KeyUniquenessException
[SerializableAttribute]
public class KeyUniquenessException : MetadataStoreException
[SerializableAttribute]
public ref class KeyUniquenessException : public MetadataStoreException
[<SerializableAttribute>]
type KeyUniquenessException =  
    class
        inherit MetadataStoreException
    end
public class KeyUniquenessException extends MetadataStoreException

Hinweise

Element-IDs müssen innerhalb der Synchronisierungscommunity eindeutig sein.

Vererbungshierarchie

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.Synchronization. . :: . .SyncException
      Microsoft.Synchronization.MetadataStorage. . :: . .MetadataStoreException
        Microsoft.Synchronization.MetadataStorage..::..KeyUniquenessException

Threadsicherheit

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

Siehe auch

Verweis

KeyUniquenessException-Member

Microsoft.Synchronization.MetadataStorage-Namespace