BuildFailedException 构造函数 (String)

Initializes a new instance of the BuildFailedException with a string exception message.

命名空间:  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 BuildFailedException(message)
public BuildFailedException(
    string message
)
public:
BuildFailedException(
    String^ message
)
new : 
        message:string -> BuildFailedException
public function BuildFailedException(
    message : String
)

参数

  • message
    类型:System.String
    The string describing the cause of the failure.

请参阅

参考

BuildFailedException 类

BuildFailedException 重载

Microsoft.SqlServer.Dac.Deployment 命名空间