FeatureNotSupportedException Classe
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.
Exception qui se produit lorsqu’une tentative d’utilisation d’une fonctionnalité sur une plateforme qui ne la prend pas en charge est effectuée.
public ref class FeatureNotSupportedException : NotSupportedException
public class FeatureNotSupportedException : NotSupportedException
type FeatureNotSupportedException = class
inherit NotSupportedException
Public Class FeatureNotSupportedException
Inherits NotSupportedException
- Héritage
-
FeatureNotSupportedException
Constructeurs
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. |