◐ Shell
clean mode source ↗

std::exception — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

Déclaré dans l'en-tête

<exception>

class exception;

Fournit une interface cohérente pour gérer les erreurs à travers le throw expression .

Original:

Provides consistent interface to handle errors through the throw expression.

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

Tous les exceptions générées par la bibliothèque standard hériter de std::exception

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.

Fonctions membres

construit l'objet exception

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.


(fonction membre publique) [edit]

[

virtuel

Original:

virtual

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

]

Détruit l'objet exception

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.


(function membre virtuelle publique) [edit]

copies d'objets d'exception

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.


(fonction membre publique) [edit]

[

virtuel

Original:

virtual

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

]

retourne une chaîne explicative

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.


(function membre virtuelle publique) [edit]