std::bad_exception::bad_exception

From cppreference.com
< cpp‎ | error‎ | bad exception
 
 
 
 
std::bad_exception
Member functions
bad_exception::bad_exception
 
bad_exception() noexcept;
bad_exception( const bad_exception& other ) noexcept;

Constructs new bad_exception object.

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

Parameters

other - bad_exception object to initialize with
This site archives manuals. You are looking at an archived manual.
If you're looking for this specific version of this manual, you're in the right place. Otherwise, please check the version.