IncompleteReplicaKeyMapException Class

The exception that is thrown by KnowledgeBuilder when KnowledgeBuilder.ReplicaKeyMap is found to be incomplete in some way.

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
/** @attribute SerializableAttribute() */ 
public class IncompleteReplicaKeyMapException extends SyncException
SerializableAttribute 
public class IncompleteReplicaKeyMapException extends SyncException

Remarks

KnowledgeBuilder.ReplicaKeyMap is checked each time a KnowledgeBuilder property is updated and when KnowledgeBuilder.BuildForgottenKnowledge or KnowledgeBuilder.BuildSyncKnowledge is called.

Inheritance Hierarchy

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

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

IncompleteReplicaKeyMapException Members
Microsoft.Synchronization Namespace