unsupported_feature – třída
Výjimka, která se vyvolá při použití nepodporované funkce.
Syntaxe
class unsupported_feature : public runtime_exception;
Členové
Veřejné konstruktory
Název | Popis |
---|---|
konstruktor unsupported_feature | Vytvoří novou instanci unsupported_feature výjimky. |
Hierarchie dědičnosti
exception
runtime_exception
unsupported_feature
unsupported_feature
Vytvoří novou instanci unsupported_feature
výjimky.
Syntaxe
explicit unsupported_feature(
const char * _Message ) throw();
unsupported_feature() throw();
Parametry
_Zpráva
Popis chyby.
Návratová hodnota
Objekt unsupported_feature
Požadavky
Záhlaví: amprt.h
Namespace: Souběžnost