Classe ChangeBatchNeedsFilterForgottenKnowledgeException
Exception qui est levée lorsqu'une connaissance oubliée de filtre requise n'est pas définie dans le lot de modifications.
Espace de noms : Microsoft.Synchronization
Assembly : Microsoft.Synchronization (dans Microsoft.Synchronization.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class ChangeBatchNeedsFilterForgottenKnowledgeException _
Inherits SyncException
'Utilisation
Dim instance As ChangeBatchNeedsFilterForgottenKnowledgeException
[SerializableAttribute]
public class ChangeBatchNeedsFilterForgottenKnowledgeException : SyncException
[SerializableAttribute]
public ref class ChangeBatchNeedsFilterForgottenKnowledgeException : public SyncException
[<SerializableAttribute>]
type ChangeBatchNeedsFilterForgottenKnowledgeException =
class
inherit SyncException
end
public class ChangeBatchNeedsFilterForgottenKnowledgeException extends SyncException
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Exception
Microsoft.Synchronization. . :: . .SyncException
Microsoft.Synchronization..::..ChangeBatchNeedsFilterForgottenKnowledgeException
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.