ConnectionCannotBeChangedException Constructors

Definition

Overloads

ConnectionCannotBeChangedException()

TBD

ConnectionCannotBeChangedException(String)

TBD

ConnectionCannotBeChangedException(String, Exception)

TBD

ConnectionCannotBeChangedException()

TBD

public ConnectionCannotBeChangedException ();
Public Sub New ()

Applies to

ConnectionCannotBeChangedException(String)

TBD

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

Parameters

message
String

Applies to

ConnectionCannotBeChangedException(String, Exception)

TBD

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)

Parameters

message
String
innerException
Exception

Applies to