Freigeben über


BuildFailedException-Konstruktor (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
)

Parameter

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

Siehe auch

Verweis

BuildFailedException Klasse

BuildFailedException-Überladung

Microsoft.SqlServer.Dac.Deployment-Namespace