ReplicaMetadataAlreadyExistsException-Klasse

Die Ausnahme, die beim Versuch ausgelöst wird, neue Replikatmetadaten in einem Metadatenspeicher zu erstellen, wenn für dieses Replikat bereits Metadaten im Metadatenspeicher vorhanden sind.

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

Syntax

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

Vererbungshierarchie

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

Threadsicherheit

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

Siehe auch

Verweis

ReplicaMetadataAlreadyExistsException-Member

Microsoft.Synchronization.MetadataStorage-Namespace