Konstruktor InvalidaDACTypeCredentialsException (String)
Inicjuje nowe wystąpienie InvalidDacTypeCredentialsException klasy, który ma komunikat określony tekst.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dac
Zestaw: Microsoft.SqlServer.Management.Dac (w Microsoft.SqlServer.Management.Dac.dll)
Składnia
'Deklaracja
Public Sub New ( _
message As String _
)
'Użycie
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
)
Parametry
- message
Typ: System.String
A String wartość, która określa tekst komunikatu, opisujący zdarzenie, który spowodował wyjątek.