Lenguaje

ConnectionFailureException Constructores

Definición

Sobrecargas

ConnectionFailureException()

public ConnectionFailureException();
Public Sub New ()

Se aplica a

ConnectionFailureException(String)

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

Parámetros

message
String

Se aplica a

ConnectionFailureException(String, Exception)

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

Parámetros

message
String
innerException
Exception

Se aplica a