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