言語

DisconnectedConnectionException コンストラクター

定義

オーバーロード

名前 説明
DisconnectedConnectionException()

コンストラクター

DisconnectedConnectionException(String)

コンストラクター

DisconnectedConnectionException(String, Exception)

コンストラクター

DisconnectedConnectionException()

コンストラクター

public DisconnectedConnectionException();
Public Sub New ()

適用対象

DisconnectedConnectionException(String)

コンストラクター

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

パラメーター

message
String

適用対象

DisconnectedConnectionException(String, Exception)

コンストラクター

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

パラメーター

message
String
innerException
Exception

適用対象