Partager via


Constructeur DacServicesException (String)

Construct a new instance of the DacServicesException class with the specified error message.

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

Syntaxe

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

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

Paramètres

  • message
    Type : System.String
    The message that describes the error.

Voir aussi

Référence

DacServicesException Classe

Surcharge DacServicesException

Espace de noms Microsoft.SqlServer.Dac