言語

ConnectionCannotBeChangedException コンストラクター

定義

オーバーロード

ConnectionCannotBeChangedException()

public ConnectionCannotBeChangedException();
Public Sub New ()

適用対象

ConnectionCannotBeChangedException(String)

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

パラメーター

message
String

適用対象

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)

パラメーター

message
String
innerException
Exception

適用対象