InconsistentStateException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
WriteStateAsync 操作を実行しようとしたときに、ストレージで Etag の不整合が検出されるとスローされる例外。
[System.Serializable]
public class InconsistentStateException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public class InconsistentStateException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type InconsistentStateException = class
inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type InconsistentStateException = class
inherit OrleansException
Public Class InconsistentStateException
Inherits OrleansException
- 継承
- 派生
- 属性
コンストラクター
InconsistentStateException() |
InconsistentStateException クラスの新しいインスタンスを初期化します。 |
InconsistentStateException(SerializationInfo, StreamingContext) |
古い.
InconsistentStateException クラスの新しいインスタンスを初期化します。 |
InconsistentStateException(String, Exception) |
InconsistentStateException クラスの新しいインスタンスを初期化します。 |
InconsistentStateException(String, String, Exception) |
InconsistentStateException クラスの新しいインスタンスを初期化します。 |
InconsistentStateException(String, String, String, Exception) |
InconsistentStateException クラスの新しいインスタンスを初期化します。 |
InconsistentStateException(String, String, String) |
InconsistentStateException クラスの新しいインスタンスを初期化します。 |
InconsistentStateException(String) |
InconsistentStateException クラスの新しいインスタンスを初期化します。 |
プロパティ
CurrentEtag |
メモリ内で現在役立ち、更新を試行している Etag 値を取得します。 |
StoredEtag |
現在永続ストレージに保持されている Etag 値を取得します。 |
メソッド
GetObjectData(SerializationInfo, StreamingContext) |
古い.
WriteStateAsync 操作を実行しようとしたときに、ストレージで Etag の不整合が検出されるとスローされる例外。 |
ToString() |
WriteStateAsync 操作を実行しようとしたときに、ストレージで Etag の不整合が検出されるとスローされる例外。 |