你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MobileServiceTableOperationError 类

定义

提供失败表操作的详细信息。

public class MobileServiceTableOperationError
type MobileServiceTableOperationError = class
Public Class MobileServiceTableOperationError
继承
MobileServiceTableOperationError

构造函数

MobileServiceTableOperationError(String, Int64, MobileServiceTableOperationKind, Nullable<HttpStatusCode>, String, JObject, String, JObject)

初始化 MobileServiceTableOperationError 的实例

属性

Handled

指示是否处理错误。

Item

与操作关联的项。

OperationKind

表操作的类型。

RawResult

表操作的原始响应。

Result

表操作的响应。

Status

服务器返回的 HTTP 状态代码。

TableName

远程表的名称。

方法

CancelAndDiscardItemAsync()

取消表操作并放弃项的本地实例。

CancelAndUpdateItemAsync(JObject)

取消表操作,并使用给定项更新项的本地实例。

UpdateOperationAsync(JObject)

汇报表操作,并使用给定项更新项的本地实例。 清除错误并将操作状态设置为挂起。

适用于