Langage

BadEventDataException Constructeurs

Définition

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

S’applique à