次の方法で共有


DefaultErrorResponseException クラス

定義

DefaultErrorResponse 情報を含む無効な応答に対して例外がスローされました。

public class DefaultErrorResponseException : Microsoft.Rest.RestException
type DefaultErrorResponseException = class
    inherit RestException
Public Class DefaultErrorResponseException
Inherits RestException
継承
DefaultErrorResponseException

コンストラクター

DefaultErrorResponseException()

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

DefaultErrorResponseException(String)

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

DefaultErrorResponseException(String, Exception)

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

プロパティ

Body

body オブジェクトを取得または設定します。

Request

関連付けられた HTTP 要求に関する情報を取得します。

Response

関連付けられている HTTP 応答に関する情報を取得します。

適用対象