FunctionNoServerException Construtores

Definição

Sobrecargas

Nome Description
FunctionNoServerException()

Construtor base

FunctionNoServerException(String)

Cria uma exceção para tentativa repetida de registrar o mesmo assembly

FunctionNoServerException(String, Exception)

Construtor base

FunctionNoServerException()

Construtor base

public FunctionNoServerException();
Public Sub New ()

Aplica-se a

FunctionNoServerException(String)

Cria uma exceção para tentativa repetida de registrar o mesmo assembly

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

Parâmetros

message
String

Aplica-se a

FunctionNoServerException(String, Exception)

Construtor base

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

Parâmetros

message
String
innerException
Exception

Aplica-se a