ReplicaMetadataNotFoundException Class
The exception that is thrown when no replica metadata exists in the metadata store for the specified replica ID.
Namespace: Microsoft.Synchronization.MetadataStorage
Assembly: Microsoft.Synchronization.MetadataStorage (in microsoft.synchronization.metadatastorage.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ReplicaMetadataNotFoundException
Inherits MetadataStoreException
'Usage
Dim instance As ReplicaMetadataNotFoundException
[SerializableAttribute]
public class ReplicaMetadataNotFoundException : MetadataStoreException
[SerializableAttribute]
public ref class ReplicaMetadataNotFoundException : public MetadataStoreException
/** @attribute SerializableAttribute() */
public class ReplicaMetadataNotFoundException extends MetadataStoreException
SerializableAttribute
public class ReplicaMetadataNotFoundException extends MetadataStoreException
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Synchronization.SyncException
Microsoft.Synchronization.MetadataStorage.MetadataStoreException
Microsoft.Synchronization.MetadataStorage.ReplicaMetadataNotFoundException
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
ReplicaMetadataNotFoundException Members
Microsoft.Synchronization.MetadataStorage Namespace