TableStorageUpdateConditionNotSatisfiedException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TableStorageUpdateConditionNotSatisfiedException() |
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(SerializationInfo, StreamingContext) |
Obsolete.
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, 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, String, Exception) |
Exception thrown when an azure table storage exception is thrown due to update conditions not being satisfied. |
TableStorageUpdateConditionNotSatisfiedException()
Exception thrown when an azure table storage exception is thrown due to update conditions not being satisfied.
public TableStorageUpdateConditionNotSatisfiedException ();
Public Sub New ()
Applies to
TableStorageUpdateConditionNotSatisfiedException(String)
Exception thrown when an azure table storage exception is thrown due to update conditions not being satisfied.
public TableStorageUpdateConditionNotSatisfiedException (string msg);
new Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException : string -> Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException
Public Sub New (msg As String)
Parameters
- msg
- String
Applies to
TableStorageUpdateConditionNotSatisfiedException(SerializationInfo, StreamingContext)
Caution
This API is now deprecated.
Exception thrown when an azure table storage exception is thrown due to update conditions not being satisfied.
protected TableStorageUpdateConditionNotSatisfiedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete]
protected TableStorageUpdateConditionNotSatisfiedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException
[<System.Obsolete>]
new Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
- Attributes
Applies to
TableStorageUpdateConditionNotSatisfiedException(String, Exception)
Exception thrown when an azure table storage exception is thrown due to update conditions not being satisfied.
public TableStorageUpdateConditionNotSatisfiedException (string msg, Exception exc);
new Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException : string * Exception -> Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException
Public Sub New (msg As String, exc As Exception)
Parameters
- msg
- String
- exc
- Exception
Applies to
TableStorageUpdateConditionNotSatisfiedException(String, GrainReference, String, String, String, Exception)
Exception thrown when an azure table storage exception is thrown due to update conditions not being satisfied.
public TableStorageUpdateConditionNotSatisfiedException (string grainType, Orleans.Runtime.GrainReference grainId, string tableName, string storedEtag, string currentEtag, Exception storageException);
new Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException : string * Orleans.Runtime.GrainReference * string * string * string * Exception -> Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException
Public Sub New (grainType As String, grainId As GrainReference, tableName As String, storedEtag As String, currentEtag As String, storageException As Exception)
Parameters
- grainType
- String
- grainId
- GrainReference
- tableName
- String
- storedEtag
- String
- currentEtag
- String
- storageException
- Exception
Applies to
TableStorageUpdateConditionNotSatisfiedException(String, String, String, String, String, Exception)
Exception thrown when an azure table storage exception is thrown due to update conditions not being satisfied.
public TableStorageUpdateConditionNotSatisfiedException (string grainType, string grainId, string tableName, string storedEtag, string currentEtag, Exception storageException);
new Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException : string * string * string * string * string * Exception -> Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException
Public Sub New (grainType As String, grainId As String, tableName As String, storedEtag As String, currentEtag As String, storageException As Exception)
Parameters
- grainType
- String
- grainId
- String
- tableName
- String
- storedEtag
- String
- currentEtag
- String
- storageException
- Exception
Applies to
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.
public TableStorageUpdateConditionNotSatisfiedException (string errorMsg, string grainType, Orleans.Runtime.GrainReference grainId, string tableName, string storedEtag, string currentEtag, Exception storageException);
new Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException : string * string * Orleans.Runtime.GrainReference * string * string * string * Exception -> Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException
Public Sub New (errorMsg As String, grainType As String, grainId As GrainReference, tableName As String, storedEtag As String, currentEtag As String, storageException As Exception)
Parameters
- errorMsg
- String
- grainType
- String
- grainId
- GrainReference
- tableName
- String
- storedEtag
- String
- currentEtag
- String
- storageException
- Exception
Applies to
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.
public TableStorageUpdateConditionNotSatisfiedException (string errorMsg, string grainType, string grainId, string tableName, string storedEtag, string currentEtag, Exception storageException);
new Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException : string * string * string * string * string * string * Exception -> Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException
Public Sub New (errorMsg As String, grainType As String, grainId As String, tableName As String, storedEtag As String, currentEtag As String, storageException As Exception)
Parameters
- errorMsg
- String
- grainType
- String
- grainId
- String
- tableName
- String
- storedEtag
- String
- currentEtag
- String
- storageException
- Exception