RangeOutOfOrderException 类

项的范围没有按希望的顺序排列或错误地指定了范围重写时引发的异常。

命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)

语法

声明
<SerializableAttribute> _
Public Class RangeOutOfOrderException
    Inherits SyncException
用法
Dim instance As RangeOutOfOrderException
[SerializableAttribute] 
public class RangeOutOfOrderException : SyncException
[SerializableAttribute] 
public ref class RangeOutOfOrderException : public SyncException
/** @attribute SerializableAttribute() */ 
public class RangeOutOfOrderException extends SyncException
SerializableAttribute 
public class RangeOutOfOrderException extends SyncException

备注

范围中的项必须按项 ID 以升序排列。

范围重写不能重叠。当一个范围重写的上限大于下一个范围重写的下限时,KnowledgeBuilder.BuildSyncKnowledge 将引发此异常。

继承层次结构

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.RangeOutOfOrderException

线程安全

此类型的所有公共静态(在 Visual Basic 中共享 )成员都是线程安全的。不保证任何实例成员的线程安全。

请参阅

参考

RangeOutOfOrderException 成员
Microsoft.Synchronization 命名空间