InconsistentStateException クラス

定義

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 クラスの新しいインスタンスを初期化します。

InconsistentStateException(SerializationInfo, StreamingContext)
古い.

InconsistentStateException クラスの新しいインスタンスを初期化します。

InconsistentStateException(String)

InconsistentStateException クラスの新しいインスタンスを初期化します。

InconsistentStateException(String, Exception)

InconsistentStateException クラスの新しいインスタンスを初期化します。

InconsistentStateException(String, String, Exception)

InconsistentStateException クラスの新しいインスタンスを初期化します。

InconsistentStateException(String, String, String)

InconsistentStateException クラスの新しいインスタンスを初期化します。

InconsistentStateException(String, String, String, Exception)

InconsistentStateException クラスの新しいインスタンスを初期化します。

プロパティ

CurrentEtag

メモリ内で現在役立ち、更新を試行している Etag 値を取得します。

StoredEtag

現在永続ストレージに保持されている Etag 値を取得します。

メソッド

GetObjectData(SerializationInfo, StreamingContext)
古い.

WriteStateAsync 操作を実行しようとしたときに、ストレージで Etag の不整合が検出されるとスローされる例外。

ToString()

WriteStateAsync 操作を実行しようとしたときに、ストレージで Etag の不整合が検出されるとスローされる例外。

適用対象