std::filesystem::filesystem_error
来自cppreference.com
< cpp | filesystem
定义于头文件 <filesystem>
|
||
class filesystem_error; |
(C++17 起) | |
类 std::filesystem::filesystem_error
定义文件系统库中函数的抛出版重载所抛出的异常对象。
继承图
成员函数
构造错误对象 (公开成员函数) | |
返回导致错误的操作所涉及的路径 (公开成员函数) | |
返回解释性字符串 (公开成员函数) |
继承自 std::system_error
成员函数
返回错误码 ( std::system_error 的公开成员函数) | |
[虚] |
返回解释性字符串 ( std::system_error 的虚公开成员函数) |
继承自 std::exception
成员函数
[虚] |
析构该异常对象 ( std::exception 的虚公开成员函数) |
[虚] |
返回解释性字符串 ( std::exception 的虚公开成员函数) |
示例
本节未完成 原因:暂无示例 |