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.