TableStorageUpdateConditionNotSatisfiedException 构造函数

定义

重载

TableStorageUpdateConditionNotSatisfiedException()

由于不满足更新条件而引发 Azure 表存储异常时引发的异常。

TableStorageUpdateConditionNotSatisfiedException(String)

由于不满足更新条件而引发 Azure 表存储异常时引发的异常。

TableStorageUpdateConditionNotSatisfiedException(SerializationInfo, StreamingContext)
已过时.

由于不满足更新条件而引发 Azure 表存储异常时引发的异常。

TableStorageUpdateConditionNotSatisfiedException(String, Exception)

由于不满足更新条件而引发 Azure 表存储异常时引发的异常。

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

由于不满足更新条件而引发 Azure 表存储异常时引发的异常。

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

由于不满足更新条件而引发 Azure 表存储异常时引发的异常。

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

由于不满足更新条件而引发 Azure 表存储异常时引发的异常。

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

由于不满足更新条件而引发 Azure 表存储异常时引发的异常。

TableStorageUpdateConditionNotSatisfiedException()

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

由于不满足更新条件而引发 Azure 表存储异常时引发的异常。

public TableStorageUpdateConditionNotSatisfiedException ();
Public Sub New ()

适用于

TableStorageUpdateConditionNotSatisfiedException(String)

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

由于不满足更新条件而引发 Azure 表存储异常时引发的异常。

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

参数

msg
String

适用于

TableStorageUpdateConditionNotSatisfiedException(SerializationInfo, StreamingContext)

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

注意

现已弃用此 API。

由于不满足更新条件而引发 Azure 表存储异常时引发的异常。

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)

参数

属性

适用于

TableStorageUpdateConditionNotSatisfiedException(String, Exception)

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

由于不满足更新条件而引发 Azure 表存储异常时引发的异常。

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

参数

msg
String
exc
Exception

适用于

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

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

由于不满足更新条件而引发 Azure 表存储异常时引发的异常。

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)

参数

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

适用于

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

由于不满足更新条件而引发 Azure 表存储异常时引发的异常。

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)

参数

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

适用于

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

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

由于不满足更新条件而引发 Azure 表存储异常时引发的异常。

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)

参数

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

适用于

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

由于不满足更新条件而引发 Azure 表存储异常时引发的异常。

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)

参数

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

适用于