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.