次の方法で共有


MobileServiceInvalidOperationException コンストラクター

定義

オーバーロード

MobileServiceInvalidOperationException(String, HttpRequestMessage, HttpResponseMessage)

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

MobileServiceInvalidOperationException(String, Exception, HttpRequestMessage, HttpResponseMessage)

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

MobileServiceInvalidOperationException(String, HttpRequestMessage, HttpResponseMessage, JObject)

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

MobileServiceInvalidOperationException(String, HttpRequestMessage, HttpResponseMessage)

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

public MobileServiceInvalidOperationException (string message, System.Net.Http.HttpRequestMessage request, System.Net.Http.HttpResponseMessage response);
new Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException : string * System.Net.Http.HttpRequestMessage * System.Net.Http.HttpResponseMessage -> Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException
Public Sub New (message As String, request As HttpRequestMessage, response As HttpResponseMessage)

パラメーター

message
String

例外メッセージです。

request
HttpRequestMessage

発信するサービス要求。

response
HttpResponseMessage

返されたサービス応答。

適用対象

MobileServiceInvalidOperationException(String, Exception, HttpRequestMessage, HttpResponseMessage)

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

public MobileServiceInvalidOperationException (string message, Exception innerException, System.Net.Http.HttpRequestMessage request, System.Net.Http.HttpResponseMessage response);
new Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException : string * Exception * System.Net.Http.HttpRequestMessage * System.Net.Http.HttpResponseMessage -> Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException
Public Sub New (message As String, innerException As Exception, request As HttpRequestMessage, response As HttpResponseMessage)

パラメーター

message
String

例外メッセージです。

innerException
Exception

この例外の内部例外

request
HttpRequestMessage

発信するサービス要求。

response
HttpResponseMessage

返されたサービス応答。

適用対象

MobileServiceInvalidOperationException(String, HttpRequestMessage, HttpResponseMessage, JObject)

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

public MobileServiceInvalidOperationException (string message, System.Net.Http.HttpRequestMessage request, System.Net.Http.HttpResponseMessage response, Newtonsoft.Json.Linq.JObject value);
new Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException : string * System.Net.Http.HttpRequestMessage * System.Net.Http.HttpResponseMessage * Newtonsoft.Json.Linq.JObject -> Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException
Public Sub New (message As String, request As HttpRequestMessage, response As HttpResponseMessage, value As JObject)

パラメーター

message
String

例外メッセージです。

request
HttpRequestMessage

発信するサービス要求。

response
HttpResponseMessage

返されたサービス応答。

value
Newtonsoft.Json.Linq.JObject

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

適用対象