Share via


DeploymentScriptsErrorException クラス

定義

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

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

コンストラクター

DeploymentScriptsErrorException()

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

DeploymentScriptsErrorException(String)

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

DeploymentScriptsErrorException(String, Exception)

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

プロパティ

Body

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

Request

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

Response

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

適用対象