TableNotEnabledForNotificationException Konstruktoren

Definition

Initialisiert eine neue Instanz der TableNotEnabledForNotificationException-Klasse.

Überlädt

Name Beschreibung
TableNotEnabledForNotificationException()

Initialisiert eine neue Instanz der TableNotEnabledForNotificationException-Klasse.

TableNotEnabledForNotificationException(String)

Initialisiert eine neue Instanz der TableNotEnabledForNotificationException Klasse mit der angegebenen Fehlermeldung.

TableNotEnabledForNotificationException(String, Exception)

Initialisiert eine neue Instanz der TableNotEnabledForNotificationException Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.

TableNotEnabledForNotificationException()

Initialisiert eine neue Instanz der TableNotEnabledForNotificationException-Klasse.

public:
 TableNotEnabledForNotificationException();
public TableNotEnabledForNotificationException();
Public Sub New ()

Gilt für:

TableNotEnabledForNotificationException(String)

Initialisiert eine neue Instanz der TableNotEnabledForNotificationException Klasse mit der angegebenen Fehlermeldung.

public:
 TableNotEnabledForNotificationException(System::String ^ message);
public TableNotEnabledForNotificationException(string message);
new System.Web.Caching.TableNotEnabledForNotificationException : string -> System.Web.Caching.TableNotEnabledForNotificationException
Public Sub New (message As String)

Parameter

message
String

Die Meldung, die den Fehler beschreibt.

Gilt für:

TableNotEnabledForNotificationException(String, Exception)

Initialisiert eine neue Instanz der TableNotEnabledForNotificationException Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.

public:
 TableNotEnabledForNotificationException(System::String ^ message, Exception ^ innerException);
public TableNotEnabledForNotificationException(string message, Exception innerException);
new System.Web.Caching.TableNotEnabledForNotificationException : string * Exception -> System.Web.Caching.TableNotEnabledForNotificationException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String

Die Fehlermeldung, die den Grund für die Ausnahme erläutert.

innerException
Exception

Die Ausnahme, die die Ursache der aktuellen Ausnahme ist. Ist dies innerException nicht nullder Fehler, wird die aktuelle Ausnahme in einem catch Block ausgelöst, der die innere Ausnahme behandelt.

Gilt für: