ReplicaNotFoundException Class

The exception that is thrown when a specified replica cannot be found in a ReplicaKeyMap object.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ReplicaNotFoundException
    Inherits SyncException
'Usage
Dim instance As ReplicaNotFoundException
[SerializableAttribute] 
public class ReplicaNotFoundException : SyncException
[SerializableAttribute] 
public ref class ReplicaNotFoundException : public SyncException
/** @attribute SerializableAttribute() */ 
public class ReplicaNotFoundException extends SyncException
SerializableAttribute 
public class ReplicaNotFoundException extends SyncException

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.ReplicaNotFoundException

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

ReplicaNotFoundException Members
Microsoft.Synchronization Namespace