ChangeCountMismatchException メンバー
同期先項目のバージョンの数が、同期元項目の変更の数と一致しない場合に、変更適用元によってスローされる例外です。
ChangeCountMismatchException 型は次のメンバーを公開します。
コンストラクター
名前 | 説明 | |
---|---|---|
ChangeCountMismatchException() () () () | ChangeCountMismatchException クラスの新しいインスタンスを初期化します。 | |
ChangeCountMismatchException(String) | 指定したエラー メッセージが含まれる ChangeCountMismatchException クラスの新しいインスタンスを初期化します。 | |
ChangeCountMismatchException(SerializationInfo, StreamingContext) | シリアル化されたデータを使用して ChangeCountMismatchException クラスの新しいインスタンスを初期化します。 | |
ChangeCountMismatchException(String, Exception) | 指定したエラー メッセージとこの例外の原因となった内部例外への参照が含まれる、ChangeCountMismatchException クラスの新しいインスタンスを初期化します。 |
Top
メソッド
名前 | 説明 | |
---|---|---|
Equals(Object) | (Object から継承されます。) | |
Finalize() () () () | (Object から継承されます。) | |
GetBaseException() () () () | (Exception から継承されます。) | |
GetHashCode() () () () | (Object から継承されます。) | |
GetObjectData(SerializationInfo, StreamingContext) | (Exception から継承されます。) | |
GetType() () () () | (Exception から継承されます。) | |
MemberwiseClone() () () () | (Object から継承されます。) | |
ToString() () () () | (Exception から継承されます。) |
Top
プロパティ
名前 | 説明 | |
---|---|---|
Data | (Exception から継承されます。) | |
ErrorNumber | 互換性のために残されています。例外のエラー番号を取得または設定します。 (SyncException から継承されます。) | |
HelpLink | (Exception から継承されます。) | |
HResult | (Exception から継承されます。) | |
InnerException | (Exception から継承されます。) | |
Message | (Exception から継承されます。) | |
Source | (Exception から継承されます。) | |
StackTrace | (Exception から継承されます。) | |
SyncSource | 互換性のために残されています。例外をスローしたコンポーネントの名前を取得または設定します。 (SyncException から継承されます。) | |
SyncStage | 互換性のために残されています。エラーが発生したときの同期段階を表す SyncStage 列挙値を取得または設定します。 (SyncException から継承されます。) | |
TargetSite | (Exception から継承されます。) |
Top