◐ Shell
clean mode source ↗

std::exception – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

definiert in Header

<exception>

class exception;

Bietet eine einheitliche Schnittstelle zu Fehlern durch die Werfen Ausdruck umgehen .

Original:

Provides consistent interface to handle errors through the Werfen Ausdruck.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Alle Ausnahmen von der Standard-Bibliothek generiert aus std::exception erben

Original:

All exceptions generated by the standard library inherit from std::exception

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Member-Funktionen

baut das Exception-Objekt

Original:

constructs the exception object

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(öffentliche Elementfunktion) [edit]

[virtuell]

Zerstört das Ausnahme-Objekt

Original:

destructs the exception object

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(virtuellen öffentlichen Member-Funktion) [edit]

Kopien Exception-Objekt

Original:

copies exception object

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(öffentliche Elementfunktion) [edit]

[virtuell]

gibt einen erläuternden String

Original:

returns an explanatory string

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(virtuellen öffentlichen Member-Funktion) [edit]