This topic has not yet been rated - Rate this topic

RangeOutOfOrderException Class

The exception that is thrown when a range of items is not in the expected order, or when a range override is specified incorrectly.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
[SerializableAttribute] 
public class RangeOutOfOrderException : SyncException
/** @attribute SerializableAttribute() */ 
public class RangeOutOfOrderException extends SyncException
SerializableAttribute 
public class RangeOutOfOrderException extends SyncException

Items in ranges must be arranged in increasing order by item ID.

Range overrides cannot overlap. KnowledgeBuilder.BuildSyncKnowledge throws this exception when the upper bound of a range override is greater than the lower bound of the next range override.

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.RangeOutOfOrderException
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)