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