NegativeRangeException Class

The exception that is thrown by KnowledgeBuilder.BuildSyncKnowledge when an ItemRangeOverride object that is used to build the knowledge contains a ClockVector property that does not contain KnowledgeBuilder.ScopeClockVector.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class NegativeRangeException
    Inherits SyncException
'Usage
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

Inheritance Hierarchy

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

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

NegativeRangeException Members
Microsoft.Synchronization Namespace