共用方式為


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()

來源:
TableStorageUpdateConditionNotSatisfiedException.cs

因為無法滿足更新條件而擲回 Azure 數據表記憶體例外狀況時擲回的例外狀況。

public TableStorageUpdateConditionNotSatisfiedException ();
Public Sub New ()

適用於

TableStorageUpdateConditionNotSatisfiedException(String)

來源:
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)

來源:
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)

來源:
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)

來源:
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)

來源:
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

適用於