MobileServiceConflictException クラス

定義

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

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

コンストラクター

MobileServiceConflictException(MobileServiceInvalidOperationException, JObject)

MobileServiceConflictException クラスの新しいインスタンスを初期化します。

プロパティ

Request

発信するサービス要求を取得します。

(継承元 MobileServiceInvalidOperationException)
Response

返されたサービス応答を取得します。

(継承元 MobileServiceInvalidOperationException)
Value

JObject として逆シリアル化されたサーバー応答。

(継承元 MobileServiceInvalidOperationException)

適用対象