ChangeBatchNeedsFilterForgottenKnowledgeException Class
The exception that is thrown when a required filter forgotten knowledge is not set in the change batch.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ChangeBatchNeedsFilterForgottenKnowledgeException
Inherits SyncException
'Usage
Dim instance As ChangeBatchNeedsFilterForgottenKnowledgeException
[SerializableAttribute]
public class ChangeBatchNeedsFilterForgottenKnowledgeException : SyncException
[SerializableAttribute]
public ref class ChangeBatchNeedsFilterForgottenKnowledgeException : public SyncException
/** @attribute SerializableAttribute() */
public class ChangeBatchNeedsFilterForgottenKnowledgeException extends SyncException
SerializableAttribute
public class ChangeBatchNeedsFilterForgottenKnowledgeException extends SyncException
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Synchronization.SyncException
Microsoft.Synchronization.ChangeBatchNeedsFilterForgottenKnowledgeException
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
ChangeBatchNeedsFilterForgottenKnowledgeException Members
Microsoft.Synchronization Namespace