ChangeVersionNotInKnowledgeException Class

The exception that is thrown by a change applier when the version of a source item change is not contained in the associated knowledge.

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

Syntax

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

Remarks

This exception typically indicates a problem in the source provider. It is thrown when the source provider creates a change batch that contains a change that is not contained in the made-with knowledge for the change batch.

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.ChangeVersionNotInKnowledgeException

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

ChangeVersionNotInKnowledgeException Members
Microsoft.Synchronization Namespace