Share via


TemplateSpecsErrorException クラス

定義

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

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

コンストラクター

TemplateSpecsErrorException()

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

TemplateSpecsErrorException(String)

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

TemplateSpecsErrorException(String, Exception)

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

プロパティ

Body

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

Request

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

Response

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

適用対象