DeploymentFailedException 构造函数 (String)

Initializes a new instance of the DeploymentFailedException class.

命名空间:  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
    Indicates the reason for the exception.

请参阅

参考

DeploymentFailedException 类

DeploymentFailedException 重载

Microsoft.SqlServer.Dac.Deployment 命名空间