TableNotEnabledForNotificationException 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.
Initialise une nouvelle instance de la classe TableNotEnabledForNotificationException.
Surcharges
| Nom | Description |
|---|---|
| TableNotEnabledForNotificationException() |
Initialise une nouvelle instance de la classe TableNotEnabledForNotificationException. |
| TableNotEnabledForNotificationException(String) |
Initialise une nouvelle instance de la TableNotEnabledForNotificationException classe avec le message d’erreur spécifié. |
| TableNotEnabledForNotificationException(String, Exception) |
Initialise une nouvelle instance de la TableNotEnabledForNotificationException classe avec un message d’erreur spécifié et une référence à l’exception interne qui est la cause de cette exception. |
TableNotEnabledForNotificationException()
Initialise une nouvelle instance de la classe TableNotEnabledForNotificationException.
public:
TableNotEnabledForNotificationException();
public TableNotEnabledForNotificationException();
Public Sub New ()
S’applique à
TableNotEnabledForNotificationException(String)
Initialise une nouvelle instance de la TableNotEnabledForNotificationException classe avec le message d’erreur spécifié.
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)
Paramètres
- message
- String
Message qui décrit l’erreur.
S’applique à
TableNotEnabledForNotificationException(String, Exception)
Initialise une nouvelle instance de la TableNotEnabledForNotificationException classe avec un message d’erreur spécifié et une référence à l’exception interne qui est la cause de cette exception.
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)
Paramètres
- message
- String
Message d’erreur qui explique la raison de l’exception.
- innerException
- Exception
Exception qui est la cause de l’exception actuelle. Si ce innerException n’est pas nullle cas, l’exception actuelle est levée dans un catch bloc qui gère l’exception interne.