Partager via


Constructeur DeploymentFailedException (String)

Initializes a new instance of the DeploymentFailedException class.

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 DeploymentFailedException(message)
public DeploymentFailedException(
    string message
)
public:
DeploymentFailedException(
    String^ message
)
new : 
        message:string -> DeploymentFailedException
public function DeploymentFailedException(
    message : String
)

Paramètres

  • message
    Type : System.String
    Indicates the reason for the exception.

Voir aussi

Référence

DeploymentFailedException Classe

Surcharge DeploymentFailedException

Espace de noms Microsoft.SqlServer.Dac.Deployment