|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Member functions | ||||
nested_exception::nested_exception | ||||
nested_exception()noexcept; | (1) | (since C++11) (constexpr since C++26) |
nested_exception(const nested_exception& other)noexcept=default; | (2) | (since C++11) (constexpr since C++26) |
Constructs newnested_exception object.
nested_exception object.other.| other | - | nested exception to initialize the contents with |