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)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ChangeBatchNeedsKnowledgeException
    Inherits SyncException
'Usage
Dim instance As ChangeBatchNeedsKnowledgeException
[SerializableAttribute] 
public class ChangeBatchNeedsKnowledgeException : SyncException
[SerializableAttribute] 
public ref class ChangeBatchNeedsKnowledgeException : public SyncException
/** @attribute SerializableAttribute() */ 
public class ChangeBatchNeedsKnowledgeException extends SyncException
SerializableAttribute 
public class ChangeBatchNeedsKnowledgeException 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.ChangeBatchNeedsKnowledgeException

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

ChangeBatchNeedsKnowledgeException Members
Microsoft.Synchronization Namespace