Compartir a través de


TableStorageUpdateConditionNotSatisfiedException Constructores

Definición

Sobrecargas

TableStorageUpdateConditionNotSatisfiedException()

Excepción producida cuando se produce una excepción de Azure Table Storage debido a que no se cumplen las condiciones de actualización.

TableStorageUpdateConditionNotSatisfiedException(String)

Excepción producida cuando se produce una excepción de Azure Table Storage debido a que no se cumplen las condiciones de actualización.

TableStorageUpdateConditionNotSatisfiedException(SerializationInfo, StreamingContext)
Obsoletos.

Excepción producida cuando se produce una excepción de Azure Table Storage debido a que no se cumplen las condiciones de actualización.

TableStorageUpdateConditionNotSatisfiedException(String, Exception)

Excepción producida cuando se produce una excepción de Azure Table Storage debido a que no se cumplen las condiciones de actualización.

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

Excepción producida cuando se produce una excepción de Azure Table Storage debido a que no se cumplen las condiciones de actualización.

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

Excepción producida cuando se produce una excepción de Azure Table Storage debido a que no se cumplen las condiciones de actualización.

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

Excepción producida cuando se produce una excepción de Azure Table Storage debido a que no se cumplen las condiciones de actualización.

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

Excepción producida cuando se produce una excepción de Azure Table Storage debido a que no se cumplen las condiciones de actualización.

TableStorageUpdateConditionNotSatisfiedException()

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

Excepción producida cuando se produce una excepción de Azure Table Storage debido a que no se cumplen las condiciones de actualización.

public TableStorageUpdateConditionNotSatisfiedException ();
Public Sub New ()

Se aplica a

TableStorageUpdateConditionNotSatisfiedException(String)

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

Excepción producida cuando se produce una excepción de Azure Table Storage debido a que no se cumplen las condiciones de actualización.

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

Parámetros

msg
String

Se aplica a

TableStorageUpdateConditionNotSatisfiedException(SerializationInfo, StreamingContext)

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

Precaución

Esta API ya está en desuso.

Excepción producida cuando se produce una excepción de Azure Table Storage debido a que no se cumplen las condiciones de actualización.

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)

Parámetros

Atributos

Se aplica a

TableStorageUpdateConditionNotSatisfiedException(String, Exception)

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

Excepción producida cuando se produce una excepción de Azure Table Storage debido a que no se cumplen las condiciones de actualización.

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

Parámetros

msg
String
exc
Exception

Se aplica a

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

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

Excepción producida cuando se produce una excepción de Azure Table Storage debido a que no se cumplen las condiciones de actualización.

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)

Parámetros

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

Se aplica a

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

Excepción producida cuando se produce una excepción de Azure Table Storage debido a que no se cumplen las condiciones de actualización.

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)

Parámetros

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

Se aplica a

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

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

Excepción producida cuando se produce una excepción de Azure Table Storage debido a que no se cumplen las condiciones de actualización.

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)

Parámetros

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

Se aplica a

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

Excepción producida cuando se produce una excepción de Azure Table Storage debido a que no se cumplen las condiciones de actualización.

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)

Parámetros

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

Se aplica a