Düzenle

Aracılığıyla paylaş


TableStorageUpdateConditionNotSatisfiedException Constructors

Definition

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()

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

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)

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

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)

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

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

Attributes

Applies to

TableStorageUpdateConditionNotSatisfiedException(String, Exception)

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

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)

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

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)

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

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

Applies to