Bewerken

Delen via


TableStorageUpdateConditionNotSatisfiedException Class

Definition

Exception thrown when a storage provider detects an Etag inconsistency when attempting to perform a WriteStateAsync operation.

[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
Inheritance
TableStorageUpdateConditionNotSatisfiedException
Attributes

Constructors

TableStorageUpdateConditionNotSatisfiedException()

Exception thrown when an azure table storage exception is thrown due to update conditions not being satisfied.

TableStorageUpdateConditionNotSatisfiedException(SerializationInfo, StreamingContext)
Obsolete.

Exception thrown when an azure table storage exception is thrown due to update conditions not being satisfied.

TableStorageUpdateConditionNotSatisfiedException(String)

Exception thrown when an azure table storage exception is thrown due to update conditions not being satisfied.

TableStorageUpdateConditionNotSatisfiedException(String, Exception)

Exception thrown when an azure table storage exception is thrown due to update conditions not being satisfied.

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

Exception thrown when an azure table storage exception is thrown due to update conditions not being satisfied.

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

Exception thrown when an azure table storage exception is thrown due to update conditions not being satisfied.

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

Exception thrown when an azure table storage exception is thrown due to update conditions not being satisfied.

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

Exception thrown when an azure table storage exception is thrown due to update conditions not being satisfied.

Properties

CurrentEtag

Gets the Etag value currently help in memory, and attempting to be updated.

(Inherited from InconsistentStateException)
GrainId

Id of grain

GrainType

Type of grain that throw this exception

StoredEtag

Gets the Etag value currently held in persistent storage.

(Inherited from InconsistentStateException)
TableName

Azure table name

Methods

GetObjectData(SerializationInfo, StreamingContext)
Obsolete.

When overridden in a derived class, sets the SerializationInfo with information about the exception.

ToString() (Inherited from InconsistentStateException)

Applies to