TableStorageUpdateConditionNotSatisfiedException 类

定义

当存储提供程序在尝试执行 WriteStateAsync 操作时检测到 Etag 不一致时引发的异常。

[System.Serializable]
public class TableStorageUpdateConditionNotSatisfiedException : Orleans.Storage.InconsistentStateException
[System.Serializable]
[Orleans.GenerateSerializer]
public class TableStorageUpdateConditionNotSatisfiedException : Orleans.Storage.InconsistentStateException
[<System.Serializable>]
type TableStorageUpdateConditionNotSatisfiedException = class
    inherit InconsistentStateException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type TableStorageUpdateConditionNotSatisfiedException = class
    inherit InconsistentStateException
Public Class TableStorageUpdateConditionNotSatisfiedException
Inherits InconsistentStateException
继承
TableStorageUpdateConditionNotSatisfiedException
属性

构造函数

TableStorageUpdateConditionNotSatisfiedException()

由于未满足更新条件而引发 Azure 表存储异常时引发异常。

TableStorageUpdateConditionNotSatisfiedException(SerializationInfo, StreamingContext)
已过时.

由于未满足更新条件而引发 Azure 表存储异常时引发异常。

TableStorageUpdateConditionNotSatisfiedException(String)

由于未满足更新条件而引发 Azure 表存储异常时引发异常。

TableStorageUpdateConditionNotSatisfiedException(String, Exception)

由于未满足更新条件而引发 Azure 表存储异常时引发异常。

TableStorageUpdateConditionNotSatisfiedException(String, GrainReference, String, String, String, Exception)

由于未满足更新条件而引发 Azure 表存储异常时引发异常。

TableStorageUpdateConditionNotSatisfiedException(String, String, GrainReference, String, String, String, Exception)

由于未满足更新条件而引发 Azure 表存储异常时引发异常。

TableStorageUpdateConditionNotSatisfiedException(String, String, String, String, String, Exception)

由于未满足更新条件而引发 Azure 表存储异常时引发异常。

TableStorageUpdateConditionNotSatisfiedException(String, String, String, String, String, String, Exception)

由于未满足更新条件而引发 Azure 表存储异常时引发异常。

属性

CurrentEtag

获取当前在内存中帮助并尝试更新的 Etag 值。

(继承自 InconsistentStateException)
GrainId

grain 的 ID

GrainType

引发此异常的 grain 类型

StoredEtag

获取当前保存在持久存储中的 Etag 值。

(继承自 InconsistentStateException)
TableName

Azure 表名称

方法

GetObjectData(SerializationInfo, StreamingContext)
已过时.

当存储提供程序在尝试执行 WriteStateAsync 操作时检测到 Etag 不一致时引发的异常。

ToString()

当存储提供程序在尝试执行 WriteStateAsync 操作时检测到 Etag 不一致时引发的异常。

(继承自 InconsistentStateException)

适用于