MobileServiceTableOperationError Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes an instance of 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)
Parameters
- id
- String
The id of error that is same as operation id.
- operationVersion
- Int64
The version of the operation.
- operationKind
- MobileServiceTableOperationKind
The kind of table operation.
- status
- Nullable<HttpStatusCode>
The HTTP status code returned by server.
- tableName
- String
The name of the remote table.
- item
- Newtonsoft.Json.Linq.JObject
The item associated with the operation.
- rawResult
- String
Raw response of the table operation.
- result
- Newtonsoft.Json.Linq.JObject
Response of the table operation.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET