Namespaces
Variants
Views
Actions

std::bad_exception::bad_exception

From cppreference.com
 
 
 
 
std::bad_exception
Member functions
bad_exception::bad_exception
bad_exception::operator=
bad_exception::what
 
bad_exception();
(since C++11)
bad_exception( const bad_exception& other );
(since C++11)

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
  (since C++11)