Lenguaje

ExecutionFailureException Constructores

Definición

Sobrecargas

ExecutionFailureException()

public ExecutionFailureException();
Public Sub New ()

Se aplica a

ExecutionFailureException(String)

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

Parámetros

message
String

Se aplica a

ExecutionFailureException(String, Exception)

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

Parámetros

message
String
innerException
Exception

Se aplica a