Konstruktor ConnectionCannotBeChangedException (String)
Inicjuje nowe wystąpienie ConnectionCannotBeChangedException klasy z tekstem określoną wiadomość.
Przestrzeń nazw: Microsoft.SqlServer.Management.Common
Zestaw: Microsoft.SqlServer.ConnectionInfo (w Microsoft.SqlServer.ConnectionInfo.dll)
Składnia
'Deklaracja
Public Sub New ( _
message As String _
)
'Użycie
Dim message As String
Dim instance As New ConnectionCannotBeChangedException(message)
public ConnectionCannotBeChangedException(
string message
)
public:
ConnectionCannotBeChangedException(
String^ message
)
new :
message:string -> ConnectionCannotBeChangedException
public function ConnectionCannotBeChangedException(
message : String
)
Parametry
- message
Typ: System.String
A String wartość, która określa tekst komunikatu, opisujący zdarzenie, który spowodował wyjątek.