TableStorageUpdateConditionNotSatisfiedException
public TableStorageUpdateConditionNotSatisfiedException() Exception thrown when an azure table storage exception is thrown due to update conditions not being satisfied.
public TableStorageUpdateConditionNotSatisfiedException()public TableStorageUpdateConditionNotSatisfiedException(string errorMsg, string grainType, string grainId, string tableName, string storedEtag, string currentEtag, Exception storageException)errorMsgstringgrainTypestringgrainIdstringtableNamestringstoredEtagstringcurrentEtagstringstorageExceptionExceptionpublic TableStorageUpdateConditionNotSatisfiedException(string grainType, string grainId, string tableName, string storedEtag, string currentEtag, Exception storageException)grainTypestringgrainIdstringtableNamestringstoredEtagstringcurrentEtagstringstorageExceptionExceptionpublic TableStorageUpdateConditionNotSatisfiedException(string msg)msgstringpublic TableStorageUpdateConditionNotSatisfiedException(string msg, Exception exc)msgstringexcException