Partager via


Classe NegativeRangeException

Exception qui est levée par la méthode KnowledgeBuilder.BuildSyncKnowledge lorsqu'un objet ItemRangeOverride qui est utilisé pour générer la connaissance contient une propriété ClockVector qui ne contient pas la propriété KnowledgeBuilder.ScopeClockVector.

Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class NegativeRangeException
    Inherits SyncException
'Utilisation
Dim instance As NegativeRangeException
[SerializableAttribute] 
public class NegativeRangeException : SyncException
[SerializableAttribute] 
public ref class NegativeRangeException : public SyncException
/** @attribute SerializableAttribute() */ 
public class NegativeRangeException extends SyncException
SerializableAttribute 
public class NegativeRangeException extends SyncException

Hiérarchie d'héritage

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.NegativeRangeException

Sécurité des threads

Tous les membres publics statiques (Partagés en Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Référence

Membres NegativeRangeException
Espace de noms Microsoft.Synchronization