Compartir a través de


InvalidaDACTypeCredentialsException Constructor (String)

Initializes a new instance of the InvalidDacTypeCredentialsException class that has the specified message text.

Espacio de nombres:  Microsoft.SqlServer.Management.Dac
Ensamblado:  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Sintaxis

'Declaración
Public Sub New ( _
    message As String _
)
'Uso
Dim message As String

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

Parámetros