次の方法で共有


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 Table Storage 例外がスローされたときにスローされる例外。

TableStorageUpdateConditionNotSatisfiedException(SerializationInfo, StreamingContext)
古い.

更新条件が満たされていないことが原因で Azure Table Storage 例外がスローされたときにスローされる例外。

TableStorageUpdateConditionNotSatisfiedException(String)

更新条件が満たされていないことが原因で Azure Table Storage 例外がスローされたときにスローされる例外。

TableStorageUpdateConditionNotSatisfiedException(String, Exception)

更新条件が満たされていないことが原因で Azure Table Storage 例外がスローされたときにスローされる例外。

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

更新条件が満たされていないことが原因で Azure Table Storage 例外がスローされたときにスローされる例外。

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

更新条件が満たされていないことが原因で Azure Table Storage 例外がスローされたときにスローされる例外。

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

更新条件が満たされていないことが原因で Azure Table Storage 例外がスローされたときにスローされる例外。

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

更新条件が満たされていないことが原因で Azure Table Storage 例外がスローされたときにスローされる例外。

プロパティ

CurrentEtag

メモリ内で現在サポートされ、更新を試みようとしている Etag 値を取得します。

(継承元 InconsistentStateException)
GrainId

グレインの ID

GrainType

この例外をスローするグレインの種類

StoredEtag

永続ストレージに現在保持されている Etag 値を取得します。

(継承元 InconsistentStateException)
TableName

Azure テーブル名

メソッド

GetObjectData(SerializationInfo, StreamingContext)
古い.

WriteStateAsync 操作を実行しようとしたときに、ストレージ プロバイダーが Etag の不整合を検出したときにスローされる例外。

ToString()

WriteStateAsync 操作を実行しようとしたときに、ストレージ プロバイダーが Etag の不整合を検出したときにスローされる例外。

(継承元 InconsistentStateException)

適用対象