Langue

DisconnectedConnectionException Constructeurs

Définition

Surcharges

DisconnectedConnectionException()

Constructor

public DisconnectedConnectionException();
Public Sub New ()

S’applique à

DisconnectedConnectionException(String)

Constructor

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

Paramètres

message
String

S’applique à

DisconnectedConnectionException(String, Exception)

Constructor

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)

Paramètres

message
String
innerException
Exception

S’applique à