次の方法で共有


TemplateSpecsErrorException コンストラクター

定義

オーバーロード

TemplateSpecsErrorException()

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

TemplateSpecsErrorException(String)

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

TemplateSpecsErrorException(String, Exception)

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

TemplateSpecsErrorException()

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

public TemplateSpecsErrorException ();
Public Sub New ()

適用対象

TemplateSpecsErrorException(String)

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

public TemplateSpecsErrorException (string message);
new Microsoft.Azure.Management.ResourceManager.Models.TemplateSpecsErrorException : string -> Microsoft.Azure.Management.ResourceManager.Models.TemplateSpecsErrorException
Public Sub New (message As String)

パラメーター

message
String

例外メッセージです。

適用対象

TemplateSpecsErrorException(String, Exception)

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

public TemplateSpecsErrorException (string message, Exception innerException);
new Microsoft.Azure.Management.ResourceManager.Models.TemplateSpecsErrorException : string * Exception -> Microsoft.Azure.Management.ResourceManager.Models.TemplateSpecsErrorException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

例外メッセージです。

innerException
Exception

内部例外。

適用対象