BadEventDataException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| BadEventDataException() |
Constructor base |
| BadEventDataException(String) |
Crea una excepción para el intento repetido de registrar el mismo ensamblado. |
| BadEventDataException(String, Exception) |
Constructor base |
BadEventDataException()
Constructor base
public BadEventDataException();
Public Sub New ()
Se aplica a
BadEventDataException(String)
Crea una excepción para el intento repetido de registrar el mismo ensamblado.
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
Se aplica a
BadEventDataException(String, Exception)
Constructor 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