RandomErrorInjector.RandomlyInjectedInconsistentStateException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[System.Serializable]
public class RandomErrorInjector.RandomlyInjectedInconsistentStateException : Orleans.Storage.InconsistentStateException
[System.Serializable]
[Orleans.GenerateSerializer]
public class RandomErrorInjector.RandomlyInjectedInconsistentStateException : Orleans.Storage.InconsistentStateException
[<System.Serializable>]
type RandomErrorInjector.RandomlyInjectedInconsistentStateException = class
inherit InconsistentStateException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type RandomErrorInjector.RandomlyInjectedInconsistentStateException = class
inherit InconsistentStateException
Public Class RandomErrorInjector.RandomlyInjectedInconsistentStateException
Inherits InconsistentStateException
- 继承
-
RandomErrorInjector.RandomlyInjectedInconsistentStateException
- 属性
构造函数
RandomErrorInjector.RandomlyInjectedInconsistentStateException() | |
RandomErrorInjector.RandomlyInjectedInconsistentStateException(SerializationInfo, StreamingContext) |
属性
CurrentEtag |
获取当前在内存中帮助并尝试更新的 Etag 值。 (继承自 InconsistentStateException) |
StoredEtag |
获取当前保存在持久存储中的 Etag 值。 (继承自 InconsistentStateException) |
方法
GetObjectData(SerializationInfo, StreamingContext) |
已过时.
(继承自 InconsistentStateException)
|
ToString() | (继承自 InconsistentStateException) |