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
.Parameters
other | - | bad_exception object to initialize with |
Exceptions
noexcept
specification: noexcept
Please login to continue.