Sprache

ConnectionCannotBeChangedException Konstruktoren

Definition

Überlädt

ConnectionCannotBeChangedException()

public ConnectionCannotBeChangedException();
Public Sub New ()

Gilt für:

ConnectionCannotBeChangedException(String)

public ConnectionCannotBeChangedException(string message);
new Microsoft.SqlServer.Management.Common.ConnectionCannotBeChangedException : string -> Microsoft.SqlServer.Management.Common.ConnectionCannotBeChangedException
Public Sub New (message As String)

Parameter

message
String

Gilt für:

ConnectionCannotBeChangedException(String, Exception)

public ConnectionCannotBeChangedException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Common.ConnectionCannotBeChangedException : string * Exception -> Microsoft.SqlServer.Management.Common.ConnectionCannotBeChangedException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String
innerException
Exception

Gilt für: