Lenguaje

FunctionBadDatePartException Constructores

Definición

Sobrecargas

Nombre Description
FunctionBadDatePartException()

Constructor base

FunctionBadDatePartException(String)

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

FunctionBadDatePartException(String, Exception)

Constructor base

FunctionBadDatePartException()

Constructor base

public FunctionBadDatePartException();
Public Sub New ()

Se aplica a

FunctionBadDatePartException(String)

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

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

Parámetros

message
String

Se aplica a

FunctionBadDatePartException(String, Exception)

Constructor base

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

Parámetros

message
String
innerException
Exception

Se aplica a