Partager via


Constructeur DeploymentValidationException (String)

Initializes a new DeploymentValidationException instance with the specified error message.

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

Syntaxe

'Déclaration
Public Sub New ( _
    message As String _
)
'Utilisation
Dim message As String

Dim instance As New DeploymentValidationException(message)
public DeploymentValidationException(
    string message
)
public:
DeploymentValidationException(
    String^ message
)
new : 
        message:string -> DeploymentValidationException
public function DeploymentValidationException(
    message : String
)

Paramètres