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.

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, Exception)

Initialise une nouvelle instance de la classe FeatureNotSupportedException avec le message et l’exception interne spécifiés.

FeatureNotSupportedException(String)

Initialise une nouvelle instance de la classe FeatureNotSupportedException avec le message spécifié.

S’applique à