ChangeNeedsKnowledgeException Class

The exception that is thrown when an ItemChange object does not contain required knowledge.

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

Syntax

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

Remarks

This exception typically indicates a problem in the source provider. It is thrown when the source provider creates a change batch but does not properly specify the made-with knowledge for the change batch. This can occur when the change batch is empty and contains no made-with knowledge. It can also occur when a group was started in the change batch but never ended.

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.ChangeNeedsKnowledgeException

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

ChangeNeedsKnowledgeException Members
Microsoft.Synchronization Namespace