This topic has not yet been rated - Rate this topic

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)
[SerializableAttribute] 
public class ChangeNeedsKnowledgeException : SyncException
/** @attribute SerializableAttribute() */ 
public class ChangeNeedsKnowledgeException extends SyncException
SerializableAttribute 
public class ChangeNeedsKnowledgeException extends SyncException

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.

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.ChangeNeedsKnowledgeException
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)