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
TableNotEnabledForNotificationException() |
Initialise une nouvelle instance de la classe TableNotEnabledForNotificationException. |
TableNotEnabledForNotificationException(String) |
Initialise une nouvelle instance de la classe TableNotEnabledForNotificationException avec le message d'erreur spécifié. |
TableNotEnabledForNotificationException(String, Exception) |
Initialise une nouvelle instance de la classe TableNotEnabledForNotificationException avec un message d'erreur spécifié et une référence à l'exception interne ayant provoqué 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 classe TableNotEnabledForNotificationException 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 décrivant l'erreur.
S’applique à
TableNotEnabledForNotificationException(String, Exception)
Initialise une nouvelle instance de la classe TableNotEnabledForNotificationException avec un message d'erreur spécifié et une référence à l'exception interne ayant provoqué 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 ayant provoqué l'exception actuelle. Si l'innerException
n'est pas null
, l'exception actuelle est levée dans un bloc catch
qui gère l'exception interne.