MobileServiceConflictException<T> クラス

定義

http 応答の詳細と状態コード 'Conflict' を提供します

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)

適用対象