.TH "std::experimental::filesystem::filesystem_error" 3cxx "Tue Jul 18 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::experimental::filesystem::filesystem_error \- Exception type thrown by the Filesystem TS library\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBstd::system_error\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBfilesystem_error\fP (const \fBstring\fP &__what_arg, const \fBpath\fP &__p1, const \fBpath\fP &__p2, \fBerror_code\fP __ec)" .br .ti -1c .RI "\fBfilesystem_error\fP (const \fBstring\fP &__what_arg, const \fBpath\fP &__p1, \fBerror_code\fP __ec)" .br .ti -1c .RI "\fBfilesystem_error\fP (const \fBstring\fP &__what_arg, \fBerror_code\fP __ec)" .br .ti -1c .RI "const \fBerror_code\fP & \fBcode\fP () const noexcept" .br .ti -1c .RI "const \fBpath\fP & \fBpath1\fP () const noexcept" .br .ti -1c .RI "const \fBpath\fP & \fBpath2\fP () const noexcept" .br .ti -1c .RI "const char * \fBwhat\fP () const noexcept" .br .in -1c .SH "Detailed Description" .PP Exception type thrown by the Filesystem TS library\&. .SH "Member Function Documentation" .PP .SS "const char * std::experimental::filesystem::filesystem_error::what () const\fC [inline]\fP, \fC [virtual]\fP, \fC [noexcept]\fP" Returns a C-style character string describing the general cause of the current error (the same string passed to the ctor)\&. .br .PP Reimplemented from \fBstd::runtime_error\fP\&. .PP References \fBstd::basic_string< _CharT, _Traits, _Alloc >::c_str()\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.