Freigeben über


ReplicaNotFoundException-Klasse

Die Ausnahme, die ausgelöst wird, wenn ein angegebenes Replikat nicht in einem ReplicaKeyMap-Objekt gefunden werden kann.

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

Vererbungshierarchie

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

Threadsicherheit

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

Siehe auch

Verweis

ReplicaNotFoundException-Member
Microsoft.Synchronization-Namespace