RandomlyInjectedInconsistentStateException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ランダムに挿入された 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
- 継承
- 属性
コンストラクター
プロパティ
CurrentEtag |
メモリ内で現在サポートされ、更新を試みようとしている Etag 値を取得します。 (継承元 InconsistentStateException) |
StoredEtag |
永続ストレージに現在保持されている Etag 値を取得します。 (継承元 InconsistentStateException) |
メソッド
GetObjectData(SerializationInfo, StreamingContext) |
古い.
ランダムに挿入された InconsistentStateExceptionを表します。 (継承元 InconsistentStateException) |
ToString() |
ランダムに挿入された InconsistentStateExceptionを表します。 (継承元 InconsistentStateException) |