MobileServiceTableOperationError コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MobileServiceTableOperationError のインスタンスを初期化します。
public MobileServiceTableOperationError (string id, long operationVersion, Microsoft.WindowsAzure.MobileServices.Sync.MobileServiceTableOperationKind operationKind, System.Net.HttpStatusCode? status, string tableName, Newtonsoft.Json.Linq.JObject item, string rawResult, Newtonsoft.Json.Linq.JObject result);
new Microsoft.WindowsAzure.MobileServices.Sync.MobileServiceTableOperationError : string * int64 * Microsoft.WindowsAzure.MobileServices.Sync.MobileServiceTableOperationKind * Nullable<System.Net.HttpStatusCode> * string * Newtonsoft.Json.Linq.JObject * string * Newtonsoft.Json.Linq.JObject -> Microsoft.WindowsAzure.MobileServices.Sync.MobileServiceTableOperationError
Public Sub New (id As String, operationVersion As Long, operationKind As MobileServiceTableOperationKind, status As Nullable(Of HttpStatusCode), tableName As String, item As JObject, rawResult As String, result As JObject)
パラメーター
- id
- String
操作 ID と同じエラーの ID。
- operationVersion
- Int64
操作のバージョン。
- operationKind
- MobileServiceTableOperationKind
テーブル操作の種類。
- status
- Nullable<HttpStatusCode>
サーバーによって返される HTTP 状態コード。
- tableName
- String
リモート テーブルの名前。
- item
- Newtonsoft.Json.Linq.JObject
操作に関連付けられている項目。
- rawResult
- String
テーブル操作の未加工の応答。
- result
- Newtonsoft.Json.Linq.JObject
テーブル操作の応答。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET