次の方法で共有


MobileServicePreconditionFailedException<T> クラス

定義

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>(MobileServiceInvalidOperationException, T)

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

プロパティ

Item

前提条件が失敗したサーバーの現在のインスタンス。

Request

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

(継承元 MobileServiceInvalidOperationException)
Response

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

(継承元 MobileServiceInvalidOperationException)
Value

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

(継承元 MobileServiceInvalidOperationException)

適用対象