共用方式為


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)

適用於