.TH "std::experimental::filesystem::filesystem_error" 3cxx "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 (\fBconst\fP \fBstring\fP &\fB__what_arg\fP, \fBconst\fP \fBpath\fP &\fB__p1\fP, \fBconst\fP \fBpath\fP &\fB__p2\fP, \fBerror_code\fP \fB__ec\fP)" .br .ti -1c .RI "\fBfilesystem_error\fP (\fBconst\fP \fBstring\fP &\fB__what_arg\fP, \fBconst\fP \fBpath\fP &\fB__p1\fP, \fBerror_code\fP \fB__ec\fP)" .br .ti -1c .RI "\fBfilesystem_error\fP (\fBconst\fP \fBstring\fP &\fB__what_arg\fP, \fBerror_code\fP \fB__ec\fP)" .br .ti -1c .RI "\fBconst\fP \fBerror_code\fP & \fBcode\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBconst\fP \fBpath\fP & \fBpath1\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBconst\fP \fBpath\fP & \fBpath2\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBconst\fP char * \fBwhat\fP () \fBconst\fP \fBnoexcept\fP" .br .in -1c .SH "Detailed Description" .PP Exception type thrown by the Filesystem TS library\&. .SH "Member Function Documentation" .PP .SS "\fBconst\fP 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\&.