Construtor BuildFailedException (String)
Initializes a new instance of the BuildFailedException with a string exception message.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
Public Sub New ( _
message As String _
)
'Uso
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
)
Parâmetros
- message
Tipo: System.String
The string describing the cause of the failure.