ReplicaMetadataAlreadyExistsException Class

The exception that is thrown when an attempt is made to create new replica metadata in a metadata store when metadata for that replica already exists in the metadata store.

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
/** @attribute SerializableAttribute() */ 
public class ReplicaMetadataAlreadyExistsException extends MetadataStoreException
SerializableAttribute 
public class ReplicaMetadataAlreadyExistsException extends MetadataStoreException

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ReplicaMetadataAlreadyExistsException Members
Microsoft.Synchronization.MetadataStorage Namespace