std::nested_exception::nested_exception
STD::嵌套[医]例外:嵌套[医]例外
nested_exception( | (1) | (since C++11) |
---|---|---|
nested_exception( const nested_exception& other ) = default; | (2) | (since C++11) |
构造新nested_exception
对象。
1%29默认构造函数。存储通过调用std::current_exception
()
在新的nested_exception
对象。
2%29复制构造函数。中存储的异常初始化对象。other
...
参数
other | - | nested exception to initialize the contents with |
---|
例外
noexcept
规格:
noexcept
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。
http://en.cpPreference.com/w/cpp/Error/nestednet[医]异常/嵌套[医]例外