Namespaces
Variants
Views
Actions

std::experimental::filesystem::filesystem_error

From cppreference.com
< cpp‎ | experimental‎ | fs
 
 
Technical specifications
Filesystem library (filesystem TS)
Library fundamentals (library fundamentals TS)
Library fundamentals 2 (library fundamentals 2 TS)
Extensions for parallelism (parallelism TS)
Concepts (concepts TS)
Extensions for concurrency (concurrency TS)
 
 
Defined in header <experimental/filesystem>
class filesystem_error;
(filesystem TS)

An exception type thrown when errors are encountered.

[edit] Member functions

constructs the error object
(public member function) [edit]
returns the paths that were involved in the operation that caused the error
(public member function) [edit]
returns the explanatory string
(public member function) [edit]

[edit] See also