你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MobileServicePreconditionFailedException<T> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供 http 响应的详细信息,状态代码为“前置条件失败”
public class MobileServicePreconditionFailedException<T> : Microsoft.WindowsAzure.MobileServices.MobileServicePreconditionFailedException
type MobileServicePreconditionFailedException<'T> = class
inherit MobileServicePreconditionFailedException
Public Class MobileServicePreconditionFailedException(Of T)
Inherits MobileServicePreconditionFailedException
类型参数
- T
- 继承
-
MobileServicePreconditionFailedException<T>
构造函数
MobileServicePreconditionFailedException<T>(MobileServiceInvalidOperationException, T) |
初始化 MobileServicePreconditionFailedException 类的新实例。 |
属性
Item |
前置条件失败的服务器的当前实例。 |
Request |
获取起始服务请求。 (继承自 MobileServiceInvalidOperationException) |
Response |
获取返回的服务响应。 (继承自 MobileServiceInvalidOperationException) |
Value |
反序列化为 JObject 的服务器响应。 (继承自 MobileServiceInvalidOperationException) |