DatabaseNotEnabledForNotificationException 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 DatabaseNotEnabledForNotificationException.
Surcharges
DatabaseNotEnabledForNotificationException() |
Initialise une nouvelle instance de la classe DatabaseNotEnabledForNotificationException. |
DatabaseNotEnabledForNotificationException(String) |
Initialise une nouvelle instance de la classe DatabaseNotEnabledForNotificationException. |
DatabaseNotEnabledForNotificationException(String, Exception) |
Initialise une nouvelle instance de la classe DatabaseNotEnabledForNotificationException avec un message d'erreur spécifié et une référence à l'exception interne ayant provoqué cette exception. |
DatabaseNotEnabledForNotificationException()
Initialise une nouvelle instance de la classe DatabaseNotEnabledForNotificationException.
public:
DatabaseNotEnabledForNotificationException();
public DatabaseNotEnabledForNotificationException ();
Public Sub New ()
Remarques
crée DatabaseNotEnabledForNotificationException une instance de la DatabaseNotEnabledForNotificationException classe avec tous les champs définis sur leurs valeurs par défaut.
S’applique à
DatabaseNotEnabledForNotificationException(String)
Initialise une nouvelle instance de la classe DatabaseNotEnabledForNotificationException.
public:
DatabaseNotEnabledForNotificationException(System::String ^ message);
public DatabaseNotEnabledForNotificationException (string message);
new System.Web.Caching.DatabaseNotEnabledForNotificationException : string -> System.Web.Caching.DatabaseNotEnabledForNotificationException
Public Sub New (message As String)
Paramètres
- message
- String
Chaîne qui décrit l'erreur.
S’applique à
DatabaseNotEnabledForNotificationException(String, Exception)
Initialise une nouvelle instance de la classe DatabaseNotEnabledForNotificationException avec un message d'erreur spécifié et une référence à l'exception interne ayant provoqué cette exception.
public:
DatabaseNotEnabledForNotificationException(System::String ^ message, Exception ^ innerException);
public DatabaseNotEnabledForNotificationException (string message, Exception innerException);
new System.Web.Caching.DatabaseNotEnabledForNotificationException : string * Exception -> System.Web.Caching.DatabaseNotEnabledForNotificationException
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 ayant provoqué l'exception actuelle. Si le paramètre innerException
n'a pas la valeur null
, l'exception actuelle est levée dans un bloc catch qui gère l'exception interne.