Namespaces
Variants

std::experimental::filesystem::filesystem_error:: filesystem_error

From cppreference.net
filesystem_error ( const string & what_arg, error_code ec ) ;
(1) (文件系统 TS)
filesystem_error ( const string & what_arg, const path & p1, error_code ec ) ;
(2) (文件系统 TS)
filesystem_error ( const string & what_arg, const path & p1, const path & p2, error_code ec ) ;
(3) (文件系统 TS)

构造一个新的文件系统错误对象。解释性字符串设置为 what_arg ,错误代码设置为 ec ,并可选择性地将导致错误的操作所涉及的路径设置为 p1 p2

参数

参见