std::bad_exception::bad_exception

From cppreference.com
< cpp‎ | error‎ | bad exception
 
 
Utilities library
Type support (basic types, RTTI, type traits)
Dynamic memory management
Error handling
Program utilities
Variadic functions
Date and time
Function objects
(C++11)
Relational operators
Optional and any
(C++17)
(C++17)
Pairs and tuples
(C++11)
(C++17)
Swap, forward and move
(C++14)
(C++11)
(C++11)
Type operations
(C++11)
(C++17)
 
 
std::bad_exception
Member functions
bad_exception::bad_exception
 
bad_exception();
bad_exception( const bad_exception& other );

Constructs new bad_exception object.

1) Default constructor.
2) Copy constructor. Initializes the object with the contents of other.

[edit] Parameters

other - bad_exception object to initialize with

[edit] Exceptions

noexcept specification:  
noexcept