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

スレッド セーフ

この型の public static (Visual Basic では Shared ) メンバはすべて、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

参照

リファレンス

RangeOutOfOrderException メンバ
Microsoft.Synchronization 名前空間