Skip to content

TableStorageUpdateConditionNotSatisfiedException Constructors

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

TableStorageUpdateConditionNotSatisfiedException(string, string, string, string, string, string, Exception)

View source
public TableStorageUpdateConditionNotSatisfiedException(string errorMsg, string grainType, string grainId, string tableName, string storedEtag, string currentEtag, Exception storageException)
Exception thrown when an azure table storage exception is thrown due to update conditions not being satisfied.

Parameters

errorMsgstring
grainTypestring
grainIdstring
tableNamestring
storedEtagstring
currentEtagstring
storageExceptionException

TableStorageUpdateConditionNotSatisfiedException(string, string, string, string, string, Exception)

View source
public TableStorageUpdateConditionNotSatisfiedException(string grainType, string grainId, string tableName, string storedEtag, string currentEtag, Exception storageException)
Exception thrown when an azure table storage exception is thrown due to update conditions not being satisfied.

Parameters

grainTypestring
grainIdstring
tableNamestring
storedEtagstring
currentEtagstring
storageExceptionException