Share via


IncompleteReplicaKeyMapException-Klasse

Die Ausnahme, die von KnowledgeBuilder ausgelöst wird, wenn festgestellt wird, dass KnowledgeBuilder..::..ReplicaKeyMap in einer bestimmten Hinsicht unvollständig ist.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class IncompleteReplicaKeyMapException _
    Inherits SyncException
'Usage
Dim instance As IncompleteReplicaKeyMapException
[SerializableAttribute]
public class IncompleteReplicaKeyMapException : SyncException
[SerializableAttribute]
public ref class IncompleteReplicaKeyMapException : public SyncException
[<SerializableAttribute>]
type IncompleteReplicaKeyMapException =  
    class
        inherit SyncException
    end
public class IncompleteReplicaKeyMapException extends SyncException

Hinweise

KnowledgeBuilder..::..ReplicaKeyMap wird jedes Mal überprüft, wenn eine KnowledgeBuilder-Eigenschaft aktualisiert wird, und wenn KnowledgeBuilder..::..BuildForgottenKnowledge oder KnowledgeBuilder..::..BuildSyncKnowledge aufgerufen wird.

Vererbungshierarchie

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

Threadsicherheit

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

Siehe auch

Verweis

IncompleteReplicaKeyMapException-Member

Microsoft.Synchronization-Namespace