Lenguaje

FunctionNoServerException Constructores

Definición

Sobrecargas

Nombre Description
FunctionNoServerException()

Constructor base

FunctionNoServerException(String)

Crea una excepción para el intento repetido de registrar el mismo ensamblado.

FunctionNoServerException(String, Exception)

Constructor base

FunctionNoServerException()

Constructor base

public FunctionNoServerException();
Public Sub New ()

Se aplica a

FunctionNoServerException(String)

Crea una excepción para el intento repetido de registrar el mismo ensamblado.

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

Se aplica a

FunctionNoServerException(String, Exception)

Constructor 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

Se aplica a