Share via


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

粒紋的識別碼

GrainType

擲回此例外狀況的細微性類型

StoredEtag

取得目前保留在永續性儲存體中的 Etag 值。

(繼承來源 InconsistentStateException)
TableName

Azure 資料表名稱

方法

GetObjectData(SerializationInfo, StreamingContext)
已淘汰.

當儲存體提供者嘗試執行 WriteStateAsync 作業時,偵測到 Etag 不一致時擲回的例外狀況。

ToString()

當儲存體提供者嘗試執行 WriteStateAsync 作業時,偵測到 Etag 不一致時擲回的例外狀況。

(繼承來源 InconsistentStateException)

適用於