Partager via


FeatureNotSupportedException Classe

Définition

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.

S’applique à