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