RandomlyInjectedInconsistentStateException クラス

定義

ランダムに挿入された InconsistentStateExceptionを表します。

[System.Serializable]
public class RandomlyInjectedInconsistentStateException : Orleans.Storage.InconsistentStateException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class RandomlyInjectedInconsistentStateException : Orleans.Storage.InconsistentStateException
[<System.Serializable>]
type RandomlyInjectedInconsistentStateException = class
    inherit InconsistentStateException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type RandomlyInjectedInconsistentStateException = class
    inherit InconsistentStateException
Public Class RandomlyInjectedInconsistentStateException
Inherits InconsistentStateException
Public NotInheritable Class RandomlyInjectedInconsistentStateException
Inherits InconsistentStateException
継承
RandomlyInjectedInconsistentStateException
属性

コンストラクター

RandomlyInjectedInconsistentStateException()

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

RandomlyInjectedInconsistentStateException(SerializationInfo, StreamingContext)

ランダムに挿入された InconsistentStateExceptionを表します。

プロパティ

CurrentEtag

メモリ内で現在サポートされ、更新を試みようとしている Etag 値を取得します。

(継承元 InconsistentStateException)
StoredEtag

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

(継承元 InconsistentStateException)

メソッド

GetObjectData(SerializationInfo, StreamingContext)
古い.

ランダムに挿入された InconsistentStateExceptionを表します。

(継承元 InconsistentStateException)
ToString()

ランダムに挿入された InconsistentStateExceptionを表します。

(継承元 InconsistentStateException)

適用対象