cppreference.com
Créer un compte
Connexion
Espaces de noms
Modèle
Discussion
Variantes
Affichages
Lire
Modifier
Historique
Actions
Modèle:cpp/error/navbar
De cppreference.com
C++
Langage
Concepts
Bibliothèque d'utilitaires
Bibliothèque pour les chaînes de caractères
Bibliothèque de conteneurs
Bibliothèque d'algorithmes
Bibliothèque d'itérateurs
Bibliothèque pour le calcul numérique
Bibliothèque pour les entrées/sorties
Bibliothèque pour la régionalisation
Bibliothèque pour les expressions régulières
(C++11)
Bibliothèque pour les opérations atomiques
(C++11)
Bibliothèque pour les processus légers (threads)
(C++11)
[edit]
Bibliothèque d'utilitaires
Soutien des types fondamentaux
(basic types, RTTI, type traits)
Gestion dynamique de la mémoire
Gestion d'erreur
Soutien à l'exécution
Fonctions
variadic
Date et heure
Foncteurs
initializer_list
(C++11)
bitset
hash
(C++11)
Opérateurs relationnels
rel_ops::operator!=
rel_ops::operator>
rel_ops::operator<=
rel_ops::operator>=
Paires et tuples
pair
tuple
(C++11)
piecewise_construct_t
(C++11)
piecewise_construct
(C++11)
swap
,
forward
et
move
swap
forward
(C++11)
move
(C++11)
move_if_noexcept
(C++11)
declval
(C++11)
[edit]
Erreur de manipulation
La gestion des exceptions
Original:
Exception handling
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
exception
uncaught_exception
exception_ptr
(C++11)
make_exception_ptr
(C++11)
current_exception
(C++11)
rethrow_exception
(C++11)
nested_exception
(C++11)
throw_with_nested
(C++11)
rethrow_if_nested
(C++11)
Défaillances de gestion des exceptions
Original:
Exception handling failures
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
terminate
terminate_handler
get_terminate
(C++11)
set_terminate
unexpected
(obsolète)
bad_exception
unexpected_handler
(obsolète)
get_unexpected
(C++11)
(obsolète)
set_unexpected
(obsolète)
Catégories d'exception
Original:
Exception categories
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
logic_error
invalid_argument
domain_error
length_error
out_of_range
runtime_error
range_error
overflow_error
underflow_error
Les codes d'erreur
Original:
Error codes
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
Les codes d'erreur
errno
Les assertions
Original:
Assertions
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
assert
system_error installation
Original:
system_error facility
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
error_category
(C++11)
generic_category
(C++11)
system_category
(C++11)
error_condition
(C++11)
errc
(C++11)
error_code
(C++11)
system_error
(C++11)
[edit]