TableStorageUpdateConditionNotSatisfiedException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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()
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)
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)
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
- info
- SerializationInfo
- context
- StreamingContext
- Attribute
Gilt für:
TableStorageUpdateConditionNotSatisfiedException(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 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)
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)
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