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

MobileServiceConflictException<T> 类

定义

提供 http 响应的详细信息,状态代码为“冲突”

public class MobileServiceConflictException<T> : Microsoft.WindowsAzure.MobileServices.MobileServiceConflictException
type MobileServiceConflictException<'T> = class
    inherit MobileServiceConflictException
Public Class MobileServiceConflictException(Of T)
Inherits MobileServiceConflictException

类型参数

T
继承

构造函数

MobileServiceConflictException<T>(MobileServiceInvalidOperationException, T)

初始化 MobileServiceConflictException 类的新实例。

属性

Item

前置条件失败的服务器的当前实例。

Request

获取起始服务请求。

(继承自 MobileServiceInvalidOperationException)
Response

获取返回的服务响应。

(继承自 MobileServiceInvalidOperationException)
Value

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

(继承自 MobileServiceInvalidOperationException)

适用于