BadEventDataException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| BadEventDataException() |
Constructeur de base |
| BadEventDataException(String) |
Crée une exception pour une tentative répétée d’inscription du même assembly |
| BadEventDataException(String, Exception) |
Constructeur de base |
BadEventDataException()
Constructeur de base
public BadEventDataException();
Public Sub New ()
S’applique à
BadEventDataException(String)
Crée une exception pour une tentative répétée d’inscription du même assembly
public BadEventDataException(string message);
new Microsoft.SqlServer.Management.Dmf.BadEventDataException : string -> Microsoft.SqlServer.Management.Dmf.BadEventDataException
Public Sub New (message As String)
Paramètres
- message
- String
S’applique à
BadEventDataException(String, Exception)
Constructeur de 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)
Paramètres
- message
- String
- innerException
- Exception