Freigeben über


TableStorageUpdateConditionNotSatisfiedException Konstruktoren

Definition

Überlädt

TableStorageUpdateConditionNotSatisfiedException()

Ausnahme, die ausgelöst wird, wenn eine Azure Table Storage-Ausnahme ausgelöst wird, weil die Updatebedingungen nicht erfüllt sind.

TableStorageUpdateConditionNotSatisfiedException(String)

Ausnahme, die ausgelöst wird, wenn eine Azure Table Storage-Ausnahme ausgelöst wird, weil die Updatebedingungen nicht erfüllt sind.

TableStorageUpdateConditionNotSatisfiedException(SerializationInfo, StreamingContext)
Veraltet.

Ausnahme, die ausgelöst wird, wenn eine Azure Table Storage-Ausnahme ausgelöst wird, weil die Updatebedingungen nicht erfüllt sind.

TableStorageUpdateConditionNotSatisfiedException(String, Exception)

Ausnahme, die ausgelöst wird, wenn eine Azure Table Storage-Ausnahme ausgelöst wird, weil die Updatebedingungen nicht erfüllt sind.

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

Ausnahme, die ausgelöst wird, wenn eine Azure Table Storage-Ausnahme ausgelöst wird, weil die Updatebedingungen nicht erfüllt sind.

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

Ausnahme, die ausgelöst wird, wenn eine Azure Table Storage-Ausnahme ausgelöst wird, weil die Updatebedingungen nicht erfüllt sind.

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

Ausnahme, die ausgelöst wird, wenn eine Azure Table Storage-Ausnahme ausgelöst wird, weil die Updatebedingungen nicht erfüllt sind.

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

Ausnahme, die ausgelöst wird, wenn eine Azure Table Storage-Ausnahme ausgelöst wird, weil die Updatebedingungen nicht erfüllt sind.

TableStorageUpdateConditionNotSatisfiedException()

Quelle:
TableStorageUpdateConditionNotSatisfiedException.cs

Ausnahme, die ausgelöst wird, wenn eine Azure Table Storage-Ausnahme ausgelöst wird, weil die Updatebedingungen nicht erfüllt sind.

public TableStorageUpdateConditionNotSatisfiedException ();
Public Sub New ()

Gilt für:

TableStorageUpdateConditionNotSatisfiedException(String)

Quelle:
TableStorageUpdateConditionNotSatisfiedException.cs

Ausnahme, die ausgelöst wird, wenn eine Azure Table Storage-Ausnahme ausgelöst wird, weil die Updatebedingungen nicht erfüllt sind.

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

Parameter

msg
String

Gilt für:

TableStorageUpdateConditionNotSatisfiedException(SerializationInfo, StreamingContext)

Quelle:
TableStorageUpdateConditionNotSatisfiedException.cs

Achtung

Diese API ist nun veraltet.

Ausnahme, die ausgelöst wird, wenn eine Azure Table Storage-Ausnahme ausgelöst wird, weil die Updatebedingungen nicht erfüllt sind.

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)

Parameter

Attribute

Gilt für:

TableStorageUpdateConditionNotSatisfiedException(String, Exception)

Quelle:
TableStorageUpdateConditionNotSatisfiedException.cs

Ausnahme, die ausgelöst wird, wenn eine Azure Table Storage-Ausnahme ausgelöst wird, weil die Updatebedingungen nicht erfüllt sind.

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

Parameter

msg
String
exc
Exception

Gilt für:

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

Quelle:
TableStorageUpdateConditionNotSatisfiedException.cs

Ausnahme, die ausgelöst wird, wenn eine Azure Table Storage-Ausnahme ausgelöst wird, weil die Updatebedingungen nicht erfüllt sind.

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)

Parameter

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

Gilt für:

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

Ausnahme, die ausgelöst wird, wenn eine Azure Table Storage-Ausnahme ausgelöst wird, weil die Updatebedingungen nicht erfüllt sind.

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)

Parameter

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

Gilt für:

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

Quelle:
TableStorageUpdateConditionNotSatisfiedException.cs

Ausnahme, die ausgelöst wird, wenn eine Azure Table Storage-Ausnahme ausgelöst wird, weil die Updatebedingungen nicht erfüllt sind.

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)

Parameter

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

Gilt für:

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

Ausnahme, die ausgelöst wird, wenn eine Azure Table Storage-Ausnahme ausgelöst wird, weil die Updatebedingungen nicht erfüllt sind.

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)

Parameter

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

Gilt für: