DeploymentFailedException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Dac.Deployment
アセンブリ: Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)
構文
'宣言
Public Sub New ( _
message As String, _
innerException As Exception _
)
'使用
Dim message As String
Dim innerException As Exception
Dim instance As New DeploymentFailedException(message, _
innerException)
public DeploymentFailedException(
string message,
Exception innerException
)
public:
DeploymentFailedException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> DeploymentFailedException
public function DeploymentFailedException(
message : String,
innerException : Exception
)
パラメーター
- message
型: System.String
例外の理由を示します。
- innerException
型: System.Exception
入れ子にされた例外を示します。