言語

DeploymentFailedException コンストラクター

定義

オーバーロード

名前 説明
DeploymentFailedException()

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

DeploymentFailedException(String)

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

DeploymentFailedException(String, Exception)

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

DeploymentFailedException()

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

public DeploymentFailedException();
Public Sub New ()

適用対象

DeploymentFailedException(String)

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

public DeploymentFailedException(string message);
new Microsoft.SqlServer.Dac.Deployment.DeploymentFailedException : string -> Microsoft.SqlServer.Dac.Deployment.DeploymentFailedException
Public Sub New (message As String)

パラメーター

message
String

例外の理由を示します。

適用対象

DeploymentFailedException(String, Exception)

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

public DeploymentFailedException(string message, Exception innerException);
new Microsoft.SqlServer.Dac.Deployment.DeploymentFailedException : string * Exception -> Microsoft.SqlServer.Dac.Deployment.DeploymentFailedException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

例外の理由を示します。

innerException
Exception

入れ子になった例外を示します。

適用対象