René's URL Explorer Experiment


Title: Diagnostics library - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: en.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttp://en.cppreference.com/
Create accounthttp://en.cppreference.com/index.php?title=Special:CreateAccount&returnto=cpp%2Ferror
Log inhttp://en.cppreference.com/index.php?title=Special:UserLogin&returnto=cpp%2Ferror
Pagehttp://en.cppreference.com/cpp/error
Discussionhttp://en.cppreference.com/Talk:cpp/error
http://en.cppreference.com/cpp/error
Readhttp://en.cppreference.com/cpp/error
View sourcehttp://en.cppreference.com/index.php?title=cpp/error&action=edit
View historyhttp://en.cppreference.com/index.php?title=cpp/error&action=history
http://en.cppreference.com/cpp/error
cpphttp://en.cppreference.com/cpp
C++http://en.cppreference.com/cpp
Compiler supporthttp://en.cppreference.com/cpp/compiler_support
Freestanding and hostedhttp://en.cppreference.com/cpp/freestanding
Languagehttp://en.cppreference.com/cpp/language
Standard libraryhttp://en.cppreference.com/cpp/standard_library
Standard library headershttp://en.cppreference.com/cpp/header
Named requirementshttp://en.cppreference.com/cpp/named_req
Feature test macroshttp://en.cppreference.com/cpp/feature_test
Language support libraryhttp://en.cppreference.com/cpp/utility#Language_support
Concepts libraryhttp://en.cppreference.com/cpp/concepts
Memory management libraryhttp://en.cppreference.com/cpp/memory
Metaprogramming libraryhttp://en.cppreference.com/cpp/meta
General utilities libraryhttp://en.cppreference.com/cpp/utility
Containers libraryhttp://en.cppreference.com/cpp/container
Iterators libraryhttp://en.cppreference.com/cpp/iterator
Ranges libraryhttp://en.cppreference.com/cpp/ranges
Algorithms libraryhttp://en.cppreference.com/cpp/algorithm
Strings libraryhttp://en.cppreference.com/cpp/string
Text processing libraryhttp://en.cppreference.com/cpp/text
Numerics libraryhttp://en.cppreference.com/cpp/numeric
Date and time libraryhttp://en.cppreference.com/cpp/chrono
Input/output libraryhttp://en.cppreference.com/cpp/io
Filesystem libraryhttp://en.cppreference.com/cpp/filesystem
Concurrency support libraryhttp://en.cppreference.com/cpp/thread
Execution control libraryhttp://en.cppreference.com/cpp/execution
Technical specificationshttp://en.cppreference.com/cpp/experimental
Symbols indexhttp://en.cppreference.com/cpp/symbol_index
External librarieshttp://en.cppreference.com/cpp/links/libs
[edit]https://cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
Exception handlinghttp://en.cppreference.com/cpp/error#Exception_handling
exceptionhttp://en.cppreference.com/cpp/error/exception
uncaught_exceptionuncaught_exceptionshttp://en.cppreference.com/cpp/error/uncaught_exception
exception_ptrhttp://en.cppreference.com/cpp/error/exception_ptr
make_exception_ptrhttp://en.cppreference.com/cpp/error/make_exception_ptr
current_exceptionhttp://en.cppreference.com/cpp/error/current_exception
rethrow_exceptionhttp://en.cppreference.com/cpp/error/rethrow_exception
nested_exceptionhttp://en.cppreference.com/cpp/error/nested_exception
throw_with_nestedhttp://en.cppreference.com/cpp/error/throw_with_nested
rethrow_if_nestedhttp://en.cppreference.com/cpp/error/rethrow_if_nested
terminatehttp://en.cppreference.com/cpp/error/terminate
terminate_handlerhttp://en.cppreference.com/cpp/error/terminate_handler
get_terminatehttp://en.cppreference.com/cpp/error/get_terminate
set_terminatehttp://en.cppreference.com/cpp/error/set_terminate
bad_exceptionhttp://en.cppreference.com/cpp/error/bad_exception
unexpectedhttp://en.cppreference.com/cpp/error/unexpected
unexpected_handlerhttp://en.cppreference.com/cpp/error/unexpected_handler
get_unexpectedhttp://en.cppreference.com/cpp/error/get_unexpected
set_unexpectedhttp://en.cppreference.com/cpp/error/set_unexpected
Error numbershttp://en.cppreference.com/cpp/error#Error_numbers
Error codeshttp://en.cppreference.com/cpp/error/errno_macros
errnohttp://en.cppreference.com/cpp/error/errno
Assertionshttp://en.cppreference.com/cpp/error#Assertions
asserthttp://en.cppreference.com/cpp/error/assert
Exception categorieshttp://en.cppreference.com/cpp/error#Exception_categories
logic_errorhttp://en.cppreference.com/cpp/error/logic_error
invalid_argumenthttp://en.cppreference.com/cpp/error/invalid_argument
domain_errorhttp://en.cppreference.com/cpp/error/domain_error
length_errorhttp://en.cppreference.com/cpp/error/length_error
out_of_rangehttp://en.cppreference.com/cpp/error/out_of_range
runtime_errorhttp://en.cppreference.com/cpp/error/runtime_error
range_errorhttp://en.cppreference.com/cpp/error/range_error
overflow_errorhttp://en.cppreference.com/cpp/error/overflow_error
underflow_errorhttp://en.cppreference.com/cpp/error/underflow_error
tx_exceptionhttp://en.cppreference.com/cpp/error/tx_exception
System errorhttp://en.cppreference.com/cpp/error#System_error
error_categoryhttp://en.cppreference.com/cpp/error/error_category
generic_categoryhttp://en.cppreference.com/cpp/error/generic_category
system_categoryhttp://en.cppreference.com/cpp/error/system_category
error_conditionhttp://en.cppreference.com/cpp/error/error_condition
errchttp://en.cppreference.com/cpp/error/errc
error_codehttp://en.cppreference.com/cpp/error/error_code
system_errorhttp://en.cppreference.com/cpp/error/system_error
Stacktracehttp://en.cppreference.com/cpp/error#Stacktrace
stacktrace_entryhttp://en.cppreference.com/cpp/utility/stacktrace_entry
basic_stacktracehttp://en.cppreference.com/cpp/utility/basic_stacktrace
Debugging supporthttp://en.cppreference.com/cpp/error#Debugging_support
is_debugger_presenthttp://en.cppreference.com/cpp/utility/is_debugger_present
breakpoint_if_debugginghttp://en.cppreference.com/cpp/utility/breakpoint_if_debugging
breakpointhttp://en.cppreference.com/cpp/utility/breakpoint
[edit]https://cppreference.com/index.php?title=Template:cpp/error/navbar_content&action=edit
1 Exception handlinghttp://en.cppreference.com/cpp/error#Exception_handling
1.1 Capture and storage of exception objectshttp://en.cppreference.com/cpp/error#Capture_and_storage_of_exception_objects
1.2 Handling of failures in exception handlinghttp://en.cppreference.com/cpp/error#Handling_of_failures_in_exception_handling
1.3 Handling of exception specification violations (until C++17)http://en.cppreference.com/cpp/error#Handling_of_exception_specification_violations_(until_C++17)
2 Exception categorieshttp://en.cppreference.com/cpp/error#Exception_categories
3 Error numbershttp://en.cppreference.com/cpp/error#Error_numbers
4 System error (since C++11)http://en.cppreference.com/cpp/error#System_error_(since_C++11)
5 Assertionshttp://en.cppreference.com/cpp/error#Assertions
6 Stacktrace (since C++23)http://en.cppreference.com/cpp/error#Stacktrace_(since_C++23)
7 Debugging support (since C++26)http://en.cppreference.com/cpp/error#Debugging_support_(since_C++26)
8 See alsohttp://en.cppreference.com/cpp/error#See_also
http://en.cppreference.com/cpp/header/exception
http://en.cppreference.com/cpp/header/exception
exceptionhttp://en.cppreference.com/cpp/error/exception
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_exception&action=edit
uncaught_exceptionuncaught_exceptionshttp://en.cppreference.com/cpp/error/uncaught_exception
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_uncaught_exception&action=edit
exception_ptrhttp://en.cppreference.com/cpp/error/exception_ptr
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_exception_ptr&action=edit
make_exception_ptrhttp://en.cppreference.com/cpp/error/make_exception_ptr
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_make_exception_ptr&action=edit
current_exceptionhttp://en.cppreference.com/cpp/error/current_exception
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_current_exception&action=edit
rethrow_exceptionhttp://en.cppreference.com/cpp/error/rethrow_exception
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_rethrow_exception&action=edit
nested_exceptionhttp://en.cppreference.com/cpp/error/nested_exception
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_nested_exception&action=edit
throw_with_nestedhttp://en.cppreference.com/cpp/error/throw_with_nested
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_throw_with_nested&action=edit
rethrow_if_nestedhttp://en.cppreference.com/cpp/error/rethrow_if_nested
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_rethrow_if_nested&action=edit
http://en.cppreference.com/cpp/header/exception
terminatehttp://en.cppreference.com/cpp/error/terminate
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_terminate&action=edit
terminate_handlerhttp://en.cppreference.com/cpp/error/terminate_handler
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_terminate_handler&action=edit
get_terminatehttp://en.cppreference.com/cpp/error/get_terminate
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_get_terminate&action=edit
set_terminatehttp://en.cppreference.com/cpp/error/set_terminate
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_set_terminate&action=edit
bad_exceptionhttp://en.cppreference.com/cpp/error/bad_exception
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_bad_exception&action=edit
unexpectedhttp://en.cppreference.com/cpp/error/unexpected
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_unexpected&action=edit
unexpected_handlerhttp://en.cppreference.com/cpp/error/unexpected_handler
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_unexpected_handler&action=edit
get_unexpectedhttp://en.cppreference.com/cpp/error/get_unexpected
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_get_unexpected&action=edit
set_unexpectedhttp://en.cppreference.com/cpp/error/set_unexpected
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_set_unexpected&action=edit
http://en.cppreference.com/cpp/header/stdexcept
logic_errorhttp://en.cppreference.com/cpp/error/logic_error
[edit]https://cppreference.com/index.php?title=Template:cpp/error/inc_logic_error&action=edit
invalid_argumenthttp://en.cppreference.com/cpp/error/invalid_argument
[edit]https://cppreference.com/index.php?title=Template:cpp/error/inc_invalid_argument&action=edit
domain_errorhttp://en.cppreference.com/cpp/error/domain_error
[edit]https://cppreference.com/index.php?title=Template:cpp/error/inc_domain_error&action=edit
length_errorhttp://en.cppreference.com/cpp/error/length_error
[edit]https://cppreference.com/index.php?title=Template:cpp/error/inc_length_error&action=edit
out_of_rangehttp://en.cppreference.com/cpp/error/out_of_range
[edit]https://cppreference.com/index.php?title=Template:cpp/error/inc_out_of_range&action=edit
runtime_errorhttp://en.cppreference.com/cpp/error/runtime_error
[edit]https://cppreference.com/index.php?title=Template:cpp/error/inc_runtime_error&action=edit
range_errorhttp://en.cppreference.com/cpp/error/range_error
[edit]https://cppreference.com/index.php?title=Template:cpp/error/inc_range_error&action=edit
overflow_errorhttp://en.cppreference.com/cpp/error/overflow_error
[edit]https://cppreference.com/index.php?title=Template:cpp/error/inc_overflow_error&action=edit
underflow_errorhttp://en.cppreference.com/cpp/error/underflow_error
[edit]https://cppreference.com/index.php?title=Template:cpp/error/inc_underflow_error&action=edit
tx_exceptionhttp://en.cppreference.com/cpp/error/tx_exception
http://en.cppreference.com/cpp/header/cerrno
errnohttp://en.cppreference.com/cpp/error/errno
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_errno&action=edit
E2BIG, EACCES, ..., EXDEVhttp://en.cppreference.com/cpp/error/errno_macros
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_errno_macros&action=edit
http://en.cppreference.com/cpp/header/system_error
error_categoryhttp://en.cppreference.com/cpp/error/error_category
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_error_category&action=edit
generic_categoryhttp://en.cppreference.com/cpp/error/generic_category
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_generic_category&action=edit
system_categoryhttp://en.cppreference.com/cpp/error/system_category
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_system_category&action=edit
error_conditionhttp://en.cppreference.com/cpp/error/error_condition
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_error_condition&action=edit
errchttp://en.cppreference.com/cpp/error/errc
http://en.cppreference.com/cpp/header/cerrno
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_errc&action=edit
error_codehttp://en.cppreference.com/cpp/error/error_code
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_error_code&action=edit
system_errorhttp://en.cppreference.com/cpp/error/system_error
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_system_error&action=edit
http://en.cppreference.com/cpp/header/cassert
asserthttp://en.cppreference.com/cpp/error/assert
[edit]https://cppreference.com/index.php?title=Template:cpp/error/dsc_assert&action=edit
Stacktracehttp://en.cppreference.com/cpp/utility/basic_stacktrace
http://en.cppreference.com/cpp/header/stacktrace
stacktrace_entryhttp://en.cppreference.com/cpp/utility/stacktrace_entry
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/dsc_stacktrace_entry&action=edit
basic_stacktracehttp://en.cppreference.com/cpp/utility/basic_stacktrace
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/dsc_basic_stacktrace&action=edit
http://en.cppreference.com/cpp/header/debugging
breakpointhttp://en.cppreference.com/cpp/utility/breakpoint
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/dsc_breakpoint&action=edit
breakpoint_if_debugginghttp://en.cppreference.com/cpp/utility/breakpoint_if_debugging
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/dsc_breakpoint_if_debugging&action=edit
is_debugger_presenthttp://en.cppreference.com/cpp/utility/is_debugger_present
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/dsc_is_debugger_present&action=edit
static_assert declarationhttp://en.cppreference.com/cpp/language/static_assert
[edit]https://cppreference.com/index.php?title=Template:cpp/language/dsc_static_assert&action=edit
C documentationhttp://en.cppreference.com/c/error
Categorieshttp://en.cppreference.com/Special:Categories
Pages using deprecated source tagshttp://en.cppreference.com/index.php?title=Category:Pages_using_deprecated_source_tags&action=edit&redlink=1
Pages using deprecated enclose attributeshttp://en.cppreference.com/index.php?title=Category:Pages_using_deprecated_enclose_attributes&action=edit&redlink=1
Support ushttp://www.cppreference.com/support
Recent changeshttp://en.cppreference.com/Special:RecentChanges
FAQhttp://en.cppreference.com/Cppreference:FAQ
Offline versionhttp://en.cppreference.com/Cppreference:Archives
http://en.cppreference.com/cpp/error
What links herehttp://en.cppreference.com/Special:WhatLinksHere/cpp/error
Related changeshttp://en.cppreference.com/Special:RecentChangesLinked/cpp/error
Upload filehttp://upload.cppreference.com/w/Special:Upload
Special pageshttp://en.cppreference.com/Special:SpecialPages
Printable versionjavascript:print();
Permanent linkhttp://en.cppreference.com/index.php?title=cpp/error&oldid=179907
Page informationhttp://en.cppreference.com/index.php?title=cpp/error&action=info
Deutschhttps://de.cppreference.com/cpp/error
Españolhttp://es.cppreference.com/cpp/error
Françaishttp://fr.cppreference.com/cpp/error
Italianohttp://it.cppreference.com/cpp/error
日本語http://ja.cppreference.com/cpp/error
Portuguêshttp://pt.cppreference.com/cpp/error
Русскийhttp://ru.cppreference.com/cpp/error
中文http://zh.cppreference.com/cpp/error

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.