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)

适用于