Partager via


CNotSupportedException, classe

Représente une exception qui est le résultat d’une requête portant sur une fonctionnalité non prise en charge.

Syntaxe

class CNotSupportedException : public CSimpleException

Membres

Constructeurs publics

Nom Description
CNotSupportedException ::CNotSupportedException Construit un objet CNotSupportedException.

Notes

Aucune qualification supplémentaire n’est nécessaire ou possible.

Pour plus d’informations sur l’utilisation CNotSupportedException, consultez l’article Gestion des exceptions (MFC) .

Hiérarchie d'héritage

CObject

CException

CSimpleException

CNotSupportedException

Spécifications

En-tête : afx.h

CNotSupportedException ::CNotSupportedException

Construit un objet CNotSupportedException.

CNotSupportedException();

Notes

N’utilisez pas ce constructeur directement, mais appelez plutôt la fonction globale AfxThrowNotSupportedException. pour plus d’informations sur le traitement des exceptions, consultez l’article Gestion des exceptions dans MFC.

Voir aussi

CException, classe
Graphique hiérarchique