次の方法で共有


MobileServiceTableOperationError コンストラクター

定義

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

テーブル操作の応答。

適用対象