BuildFailedException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| BuildFailedException(String) |
Construit un BuildFailedException message d’exception de chaîne |
| BuildFailedException(String, Exception) |
Construit un BuildFailedException message d’exception de chaîne et un message interne Exception fournissant plus d’informations sur l’échec |
BuildFailedException(String)
Construit un BuildFailedException message d’exception de chaîne
public BuildFailedException(string message);
new Microsoft.SqlServer.Dac.Deployment.BuildFailedException : string -> Microsoft.SqlServer.Dac.Deployment.BuildFailedException
Public Sub New (message As String)
Paramètres
- message
- String
chaîne décrivant la cause de l’échec
S’applique à
BuildFailedException(String, Exception)
Construit un BuildFailedException message d’exception de chaîne et un message interne Exception fournissant plus d’informations sur l’échec
public BuildFailedException(string message, Exception innerException);
new Microsoft.SqlServer.Dac.Deployment.BuildFailedException : string * Exception -> Microsoft.SqlServer.Dac.Deployment.BuildFailedException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
chaîne décrivant la cause de l’échec