TableStorageUpdateConditionNotSatisfiedException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
TableStorageUpdateConditionNotSatisfiedException()
更新条件が満たされていないために Azure Table Storage 例外がスローされたときにスローされる例外。
public TableStorageUpdateConditionNotSatisfiedException ();
Public Sub New ()
適用対象
TableStorageUpdateConditionNotSatisfiedException(String)
更新条件が満たされていないために Azure Table Storage 例外がスローされたときにスローされる例外。
public TableStorageUpdateConditionNotSatisfiedException (string msg);
new Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException : string -> Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException
Public Sub New (msg As String)
パラメーター
- msg
- String
適用対象
TableStorageUpdateConditionNotSatisfiedException(SerializationInfo, StreamingContext)
注意事項
この API は非推奨になりました。
更新条件が満たされていないために Azure Table Storage 例外がスローされたときにスローされる例外。
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)
パラメーター
- info
- SerializationInfo
- context
- StreamingContext
- 属性
適用対象
TableStorageUpdateConditionNotSatisfiedException(String, Exception)
更新条件が満たされていないために Azure Table Storage 例外がスローされたときにスローされる例外。
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)
更新条件が満たされていないために Azure Table Storage 例外がスローされたときにスローされる例外。
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 Table Storage 例外がスローされたときにスローされる例外。
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)
更新条件が満たされていないために Azure Table Storage 例外がスローされたときにスローされる例外。
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 Table Storage 例外がスローされたときにスローされる例外。
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