ConnectionCannotBeChangedException-Konstruktor (String)
Initialisiert eine neue Instanz der ConnectionCannotBeChangedException-Klasse mit dem angegebenen Meldungstext.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
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
)
Parameter
- message
Typ: String
Ein String-Wert, der den Meldungstext angibt, in dem das Ereignis beschrieben wird, das die Ausnahme verursacht hat.
Siehe auch
Verweis
ConnectionCannotBeChangedException Klasse