Konstruktor DacException (String)
Inicjuje nowe wystąpienie DacException 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)
Syntax
'Deklaracja
Public Sub New ( _
message As String _
)
'Użycie
Dim message As String
Dim instance As New DacException(message)
public DacException(
string message
)
public:
DacException(
String^ message
)
new :
message:string -> DacException
public function DacException(
message : String
)
Parameters
- message
Typ: System. . :: . .String
A String wartość, która określa tekst komunikatu, opisujący zdarzenie, który spowodował wyjątek.
Zobacz także