Partager via


TableStorageUpdateConditionNotSatisfiedException Constructeurs

Définition

Surcharges

TableStorageUpdateConditionNotSatisfiedException()

Exception levée lorsqu’une exception de stockage de table Azure est levée en raison du non-respect des conditions de mise à jour.

TableStorageUpdateConditionNotSatisfiedException(String)

Exception levée lorsqu’une exception de stockage de table Azure est levée en raison du non-respect des conditions de mise à jour.

TableStorageUpdateConditionNotSatisfiedException(SerializationInfo, StreamingContext)
Obsolète.

Exception levée lorsqu’une exception de stockage de table Azure est levée en raison du non-respect des conditions de mise à jour.

TableStorageUpdateConditionNotSatisfiedException(String, Exception)

Exception levée lorsqu’une exception de stockage de table Azure est levée en raison du non-respect des conditions de mise à jour.

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

Exception levée lorsqu’une exception de stockage de table Azure est levée en raison du non-respect des conditions de mise à jour.

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

Exception levée lorsqu’une exception de stockage de table Azure est levée en raison du non-respect des conditions de mise à jour.

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

Exception levée lorsqu’une exception de stockage de table Azure est levée en raison du non-respect des conditions de mise à jour.

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

Exception levée lorsqu’une exception de stockage de table Azure est levée en raison du non-respect des conditions de mise à jour.

TableStorageUpdateConditionNotSatisfiedException()

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

Exception levée lorsqu’une exception de stockage de table Azure est levée en raison du non-respect des conditions de mise à jour.

public TableStorageUpdateConditionNotSatisfiedException ();
Public Sub New ()

S’applique à

TableStorageUpdateConditionNotSatisfiedException(String)

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

Exception levée lorsqu’une exception de stockage de table Azure est levée en raison du non-respect des conditions de mise à jour.

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

Paramètres

msg
String

S’applique à

TableStorageUpdateConditionNotSatisfiedException(SerializationInfo, StreamingContext)

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

Attention

Cette API est à présent déconseillée.

Exception levée lorsqu’une exception de stockage de table Azure est levée en raison du non-respect des conditions de mise à jour.

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)

Paramètres

Attributs

S’applique à

TableStorageUpdateConditionNotSatisfiedException(String, Exception)

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

Exception levée lorsqu’une exception de stockage de table Azure est levée en raison du non-respect des conditions de mise à jour.

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

Paramètres

msg
String
exc
Exception

S’applique à

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

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

Exception levée lorsqu’une exception de stockage de table Azure est levée en raison du non-respect des conditions de mise à jour.

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)

Paramètres

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

S’applique à

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

Exception levée lorsqu’une exception de stockage de table Azure est levée en raison du non-respect des conditions de mise à jour.

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)

Paramètres

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

S’applique à

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

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

Exception levée lorsqu’une exception de stockage de table Azure est levée en raison du non-respect des conditions de mise à jour.

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)

Paramètres

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

S’applique à

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

Exception levée lorsqu’une exception de stockage de table Azure est levée en raison du non-respect des conditions de mise à jour.

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)

Paramètres

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

S’applique à