Namespaces
Variants

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

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

新しいファイルシステムエラーオブジェクトを構築します。説明文字列は what_arg に設定され、エラーコードは ec に設定されます。またオプションで、エラーが発生した操作に関連するパスが p1 p2 に設定されます。

パラメータ

関連項目