Partager via


Constructeur BuildFailedException (String)

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

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

BuildFailedException Classe

Surcharge BuildFailedException

Espace de noms Microsoft.SqlServer.Dac.Deployment