TableStorageUpdateConditionNotSatisfiedException 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當儲存體提供者嘗試執行 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
- 屬性
建構函式
屬性
CurrentEtag |
取得目前在記憶體中協助的 Etag 值,並嘗試更新。 (繼承來源 InconsistentStateException) |
GrainId |
粒紋的識別碼 |
GrainType |
擲回此例外狀況的細微性類型 |
StoredEtag |
取得目前保留在永續性儲存體中的 Etag 值。 (繼承來源 InconsistentStateException) |
TableName |
Azure 資料表名稱 |
方法
GetObjectData(SerializationInfo, StreamingContext) |
已淘汰.
當儲存體提供者嘗試執行 WriteStateAsync 作業時,偵測到 Etag 不一致時擲回的例外狀況。 |
ToString() |
當儲存體提供者嘗試執行 WriteStateAsync 作業時,偵測到 Etag 不一致時擲回的例外狀況。 (繼承來源 InconsistentStateException) |