FeatureNotEnabledException 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.
Surcharges
FeatureNotEnabledException() |
Initialise une nouvelle instance de la classe FeatureNotEnabledException. |
FeatureNotEnabledException(String) |
Initialise une nouvelle instance de la classe FeatureNotEnabledException avec le message spécifié. |
FeatureNotEnabledException(String, Exception) |
Initialise une nouvelle instance de la classe FeatureNotEnabledException avec le message et l’exception interne spécifiés. |
FeatureNotEnabledException()
- Source:
- Exceptions.shared.cs
- Source:
- Exceptions.shared.cs
Initialise une nouvelle instance de la classe FeatureNotEnabledException.
public:
FeatureNotEnabledException();
public FeatureNotEnabledException ();
Public Sub New ()
S’applique à
FeatureNotEnabledException(String)
- Source:
- Exceptions.shared.cs
- Source:
- Exceptions.shared.cs
Initialise une nouvelle instance de la classe FeatureNotEnabledException avec le message spécifié.
public:
FeatureNotEnabledException(System::String ^ message);
public FeatureNotEnabledException (string message);
new Microsoft.Maui.ApplicationModel.FeatureNotEnabledException : string -> Microsoft.Maui.ApplicationModel.FeatureNotEnabledException
Public Sub New (message As String)
Paramètres
- message
- String
Message décrivant cette exception plus en détail.
S’applique à
FeatureNotEnabledException(String, Exception)
- Source:
- Exceptions.shared.cs
- Source:
- Exceptions.shared.cs
Initialise une nouvelle instance de la classe FeatureNotEnabledException avec le message et l’exception interne spécifiés.
public:
FeatureNotEnabledException(System::String ^ message, Exception ^ innerException);
public FeatureNotEnabledException (string message, Exception innerException);
new Microsoft.Maui.ApplicationModel.FeatureNotEnabledException : string * Exception -> Microsoft.Maui.ApplicationModel.FeatureNotEnabledException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
Message décrivant cette exception plus en détail.
- innerException
- Exception
Exception interne qui a une relation avec cette exception.