CNotSupportedException-Klasse

Stellt eine Ausnahme dar, die das Ergebnis der Anforderung einer nicht unterstützten Funktion ist.

Syntax

class CNotSupportedException : public CSimpleException

Member

Öffentliche Konstruktoren

Name Beschreibung
CNotSupportedException::CNotSupportedException Erstellt ein CNotSupportedException-Objekt.

Hinweise

Es ist keine weitere Qualifizierung erforderlich oder möglich.

Weitere Informationen zur Verwendung CNotSupportedExceptionfinden Sie im Artikel " Exception Handling (MFC)".

Vererbungshierarchie

CObject

CException

CSimpleException

CNotSupportedException

Anforderungen

Header: afx.h

CNotSupportedException::CNotSupportedException

Erstellt ein CNotSupportedException-Objekt.

CNotSupportedException();

Hinweise

Verwenden Sie diesen Konstruktor nicht direkt, sondern rufen Sie die globale Funktion AfxThrowNotSupportedException auf. weitere Informationen zur Ausnahmeverarbeitung finden Sie im Artikel "Ausnahmebehandlung" in MFC.

Siehe auch

CException-Klasse
Hierarchiediagramm