次の方法で共有


DeploymentScriptsErrorException コンストラクター

定義

オーバーロード

DeploymentScriptsErrorException()

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

DeploymentScriptsErrorException(String)

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

DeploymentScriptsErrorException(String, Exception)

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

DeploymentScriptsErrorException()

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

public DeploymentScriptsErrorException ();
Public Sub New ()

適用対象

DeploymentScriptsErrorException(String)

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

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

パラメーター

message
String

例外メッセージです。

適用対象

DeploymentScriptsErrorException(String, Exception)

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

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

パラメーター

message
String

例外メッセージです。

innerException
Exception

内部例外。

適用対象