Partilhar via


Construtor InvalidaDACTypeCredentialsException (String)

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

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)

Sintaxe

'Declaração
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