DeploymentFailedException 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 |
|---|---|
| DeploymentFailedException() |
Initialise une nouvelle instance de la DeploymentFailedException classe |
| DeploymentFailedException(String) |
Initialise une nouvelle instance de la DeploymentFailedException classe |
| DeploymentFailedException(String, Exception) |
Initialise une nouvelle instance de la DeploymentFailedException classe |
DeploymentFailedException()
Initialise une nouvelle instance de la DeploymentFailedException classe
public DeploymentFailedException();
Public Sub New ()
S’applique à
DeploymentFailedException(String)
Initialise une nouvelle instance de la DeploymentFailedException classe
public DeploymentFailedException(string message);
new Microsoft.SqlServer.Dac.Deployment.DeploymentFailedException : string -> Microsoft.SqlServer.Dac.Deployment.DeploymentFailedException
Public Sub New (message As String)
Paramètres
- message
- String
Indique la raison de l’exception.
S’applique à
DeploymentFailedException(String, Exception)
Initialise une nouvelle instance de la DeploymentFailedException classe
public DeploymentFailedException(string message, Exception innerException);
new Microsoft.SqlServer.Dac.Deployment.DeploymentFailedException : string * Exception -> Microsoft.SqlServer.Dac.Deployment.DeploymentFailedException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
Indique la raison de l’exception.
- innerException
- Exception
Indique une exception imbriquée.