次の方法で共有


CloudErrorException クラス

定義

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

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

コンストラクター

CloudErrorException()

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

CloudErrorException(String)

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

CloudErrorException(String, Exception)

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

プロパティ

Body

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

Request

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

Response

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

適用対象