BadEventDataException Construtores

Definição

Sobrecargas

Nome Description
BadEventDataException()

Construtor base

BadEventDataException(String)

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

BadEventDataException(String, Exception)

Construtor base

BadEventDataException()

Construtor base

public BadEventDataException();
Public Sub New ()

Aplica-se a

BadEventDataException(String)

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

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

Parâmetros

message
String

Aplica-se a

BadEventDataException(String, Exception)

Construtor base

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

Parâmetros

message
String
innerException
Exception

Aplica-se a