This topic has not yet been rated - Rate this topic

ChangeBatchNeedsKnowledgeException Class

The exception that is thrown when a change batch object does not contain learned knowledge.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
[SerializableAttribute] 
public class ChangeBatchNeedsKnowledgeException : SyncException
/** @attribute SerializableAttribute() */ 
public class ChangeBatchNeedsKnowledgeException extends SyncException
SerializableAttribute 
public class ChangeBatchNeedsKnowledgeException 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.ChangeBatchNeedsKnowledgeException
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)