Classe ChangeVersionNotInKnowledgeException
L'exception levée par un applicateur de modifications lorsque la version d'une modification d'élément source n'est pas contenue dans la connaissance courante.
Espace de noms : Microsoft.Synchronization
Assembly : Microsoft.Synchronization (dans Microsoft.Synchronization.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class ChangeVersionNotInKnowledgeException _
Inherits SyncException
'Utilisation
Dim instance As ChangeVersionNotInKnowledgeException
[SerializableAttribute]
public class ChangeVersionNotInKnowledgeException : SyncException
[SerializableAttribute]
public ref class ChangeVersionNotInKnowledgeException : public SyncException
[<SerializableAttribute>]
type ChangeVersionNotInKnowledgeException =
class
inherit SyncException
end
public class ChangeVersionNotInKnowledgeException extends SyncException
Notes
En règle générale, cette exception indique un problème dans le fournisseur de source. Elle est levée quand le fournisseur de source crée un lot de modifications comportant une modification qui n'est pas contenue dans la connaissance courante du lot de modifications.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Exception
Microsoft.Synchronization. . :: . .SyncException
Microsoft.Synchronization..::..ChangeVersionNotInKnowledgeException
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.