Sprache

BadEventDataException Konstruktoren

Definition

Überlädt

Name Beschreibung
BadEventDataException()

Basiskonstruktor

BadEventDataException(String)

Erstellt eine Ausnahme für wiederholten Versuch, dieselbe Assembly zu registrieren

BadEventDataException(String, Exception)

Basiskonstruktor

BadEventDataException()

Basiskonstruktor

public BadEventDataException();
Public Sub New ()

Gilt für:

BadEventDataException(String)

Erstellt eine Ausnahme für wiederholten Versuch, dieselbe Assembly zu registrieren

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

Parameter

message
String

Gilt für:

BadEventDataException(String, Exception)

Basiskonstruktor

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)

Parameter

message
String
innerException
Exception

Gilt für: