Condividi tramite


TableStorageUpdateConditionNotSatisfiedException Costruttori

Definizione

Overload

TableStorageUpdateConditionNotSatisfiedException()

Eccezione generata quando viene generata un'eccezione di archiviazione tabelle di Azure a causa di condizioni di aggiornamento non soddisfatte.

TableStorageUpdateConditionNotSatisfiedException(String)

Eccezione generata quando viene generata un'eccezione di archiviazione tabelle di Azure a causa di condizioni di aggiornamento non soddisfatte.

TableStorageUpdateConditionNotSatisfiedException(SerializationInfo, StreamingContext)
Obsoleti.

Eccezione generata quando viene generata un'eccezione di archiviazione tabelle di Azure a causa di condizioni di aggiornamento non soddisfatte.

TableStorageUpdateConditionNotSatisfiedException(String, Exception)

Eccezione generata quando viene generata un'eccezione di archiviazione tabelle di Azure a causa di condizioni di aggiornamento non soddisfatte.

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

Eccezione generata quando viene generata un'eccezione di archiviazione tabelle di Azure a causa di condizioni di aggiornamento non soddisfatte.

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

Eccezione generata quando viene generata un'eccezione di archiviazione tabelle di Azure a causa di condizioni di aggiornamento non soddisfatte.

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

Eccezione generata quando viene generata un'eccezione di archiviazione tabelle di Azure a causa di condizioni di aggiornamento non soddisfatte.

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

Eccezione generata quando viene generata un'eccezione di archiviazione tabelle di Azure a causa di condizioni di aggiornamento non soddisfatte.

TableStorageUpdateConditionNotSatisfiedException()

Origine:
TableStorageUpdateConditionNotSatisfiedException.cs

Eccezione generata quando viene generata un'eccezione di archiviazione tabelle di Azure a causa di condizioni di aggiornamento non soddisfatte.

public TableStorageUpdateConditionNotSatisfiedException ();
Public Sub New ()

Si applica a

TableStorageUpdateConditionNotSatisfiedException(String)

Origine:
TableStorageUpdateConditionNotSatisfiedException.cs

Eccezione generata quando viene generata un'eccezione di archiviazione tabelle di Azure a causa di condizioni di aggiornamento non soddisfatte.

public TableStorageUpdateConditionNotSatisfiedException (string msg);
new Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException : string -> Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException
Public Sub New (msg As String)

Parametri

msg
String

Si applica a

TableStorageUpdateConditionNotSatisfiedException(SerializationInfo, StreamingContext)

Origine:
TableStorageUpdateConditionNotSatisfiedException.cs

Attenzione

Questa API è ora deprecata.

Eccezione generata quando viene generata un'eccezione di archiviazione tabelle di Azure a causa di condizioni di aggiornamento non soddisfatte.

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)

Parametri

Attributi

Si applica a

TableStorageUpdateConditionNotSatisfiedException(String, Exception)

Origine:
TableStorageUpdateConditionNotSatisfiedException.cs

Eccezione generata quando viene generata un'eccezione di archiviazione tabelle di Azure a causa di condizioni di aggiornamento non soddisfatte.

public TableStorageUpdateConditionNotSatisfiedException (string msg, Exception exc);
new Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException : string * Exception -> Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException
Public Sub New (msg As String, exc As Exception)

Parametri

msg
String
exc
Exception

Si applica a

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

Origine:
TableStorageUpdateConditionNotSatisfiedException.cs

Eccezione generata quando viene generata un'eccezione di archiviazione tabelle di Azure a causa di condizioni di aggiornamento non soddisfatte.

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)

Parametri

grainType
String
grainId
GrainReference
tableName
String
storedEtag
String
currentEtag
String
storageException
Exception

Si applica a

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

Eccezione generata quando viene generata un'eccezione di archiviazione tabelle di Azure a causa di condizioni di aggiornamento non soddisfatte.

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)

Parametri

grainType
String
grainId
String
tableName
String
storedEtag
String
currentEtag
String
storageException
Exception

Si applica a

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

Origine:
TableStorageUpdateConditionNotSatisfiedException.cs

Eccezione generata quando viene generata un'eccezione di archiviazione tabelle di Azure a causa di condizioni di aggiornamento non soddisfatte.

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)

Parametri

errorMsg
String
grainType
String
grainId
GrainReference
tableName
String
storedEtag
String
currentEtag
String
storageException
Exception

Si applica a

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

Eccezione generata quando viene generata un'eccezione di archiviazione tabelle di Azure a causa di condizioni di aggiornamento non soddisfatte.

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)

Parametri

errorMsg
String
grainType
String
grainId
String
tableName
String
storedEtag
String
currentEtag
String
storageException
Exception

Si applica a