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

MobileServicePreconditionFailedException 类

定义

提供状态代码为“先决条件失败”的 http 响应的详细信息

public class MobileServicePreconditionFailedException : Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException
type MobileServicePreconditionFailedException = class
    inherit MobileServiceInvalidOperationException
Public Class MobileServicePreconditionFailedException
Inherits MobileServiceInvalidOperationException
继承
MobileServicePreconditionFailedException
派生

构造函数

MobileServicePreconditionFailedException(MobileServiceInvalidOperationException, JObject)

初始化 MobileServicePreconditionFailedException 类的新实例。

属性

Request

获取起始服务请求。

(继承自 MobileServiceInvalidOperationException)
Response

获取返回的服务响应。

(继承自 MobileServiceInvalidOperationException)
Value

反序列化为 JObject 的服务器响应。

(继承自 MobileServiceInvalidOperationException)

适用于