unsupported_feature-Klasse
Die Ausnahme, die ausgelöst wird, wenn eine nicht unterstützte Funktion verwendet wird.
Syntax
class unsupported_feature : public runtime_exception;
Member
Öffentliche Konstruktoren
Name | Beschreibung |
---|---|
unsupported_feature-Konstruktor | Erstellt eine neue Instanz der unsupported_feature -Ausnahme. |
Vererbungshierarchie
exception
runtime_exception
unsupported_feature
unsupported_feature
Erstellt eine neue Instanz der unsupported_feature
-Ausnahme.
Syntax
explicit unsupported_feature(
const char * _Message ) throw();
unsupported_feature() throw();
Parameter
_Nachricht
Eine Beschreibung des Fehlers.
Rückgabewert
Das unsupported_feature
-Objekt.
Anforderungen
Kopfzeile: amprt.h
Namespace: Parallelität