FunctionBadDatePartException Construtores

Definição

Sobrecargas

Nome Description
FunctionBadDatePartException()

Construtor base

FunctionBadDatePartException(String)

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

FunctionBadDatePartException(String, Exception)

Construtor base

FunctionBadDatePartException()

Construtor base

public FunctionBadDatePartException();
Public Sub New ()

Aplica-se a

FunctionBadDatePartException(String)

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

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

Aplica-se a

FunctionBadDatePartException(String, Exception)

Construtor 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

Aplica-se a