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
[<SerializableAttribute>]
type ReplicaNotFoundException =  
    class
        inherit SyncException
    end
public class ReplicaNotFoundException extends SyncException

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (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