BadEventDataException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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