MobileServiceInvalidOperationException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 として逆シリアル化されたサーバー応答。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET