DeploymentFailedException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| 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
入れ子になった例外を示します。