Share via


BuildFailedException Constructor (String)

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

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
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
)

Parameters

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

See Also

Reference

BuildFailedException Class

BuildFailedException Overload

Microsoft.SqlServer.Dac.Deployment Namespace