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