次の方法で共有


MobileServiceInvalidOperationException クラス

定義

モバイル サービス固有の無効な操作の詳細を表示します。

public class MobileServiceInvalidOperationException : InvalidOperationException
type MobileServiceInvalidOperationException = class
    inherit InvalidOperationException
Public Class MobileServiceInvalidOperationException
Inherits InvalidOperationException
継承
MobileServiceInvalidOperationException
派生

コンストラクター

MobileServiceInvalidOperationException(String, Exception, HttpRequestMessage, HttpResponseMessage)

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

MobileServiceInvalidOperationException(String, HttpRequestMessage, HttpResponseMessage)

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

MobileServiceInvalidOperationException(String, HttpRequestMessage, HttpResponseMessage, JObject)

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

プロパティ

Request

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

Response

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

Value

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

適用対象