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) |