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 |
グレインの ID |
GrainType |
この例外をスローするグレインの種類 |
StoredEtag |
永続ストレージに現在保持されている Etag 値を取得します。 (継承元 InconsistentStateException) |
TableName |
Azure テーブル名 |
メソッド
GetObjectData(SerializationInfo, StreamingContext) |
古い.
WriteStateAsync 操作を実行しようとしたときに、ストレージ プロバイダーが Etag の不整合を検出したときにスローされる例外。 |
ToString() |
WriteStateAsync 操作を実行しようとしたときに、ストレージ プロバイダーが Etag の不整合を検出したときにスローされる例外。 (継承元 InconsistentStateException) |