次の方法で共有


MobileServicePreconditionFailedException クラス

定義

状態コード 'Precondition Failed' を使用して 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)

適用対象