89 const char* default_message()
const {
return "Unable to find the specified file."_t;}
file_not_found_exception(const xtd::ustring &message, const std::exception &inner_exception, const std::error_code &error, const xtd::diagnostics::stack_frame &info=xtd::diagnostics::stack_frame::empty())
Create a new instance of class file_not_found_exception.
Definition: file_not_found_exception.h:68
file_not_found_exception(const xtd::ustring &message, const std::exception &inner_exception, const xtd::ustring &help_link, const xtd::diagnostics::stack_frame &info=xtd::diagnostics::stack_frame::empty())
Create a new instance of class file_not_found_exception.
Definition: file_not_found_exception.h:74
The exception that is thrown when an attempt to access a file that does not exist on disk fails...
Definition: file_not_found_exception.h:25
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
file_not_found_exception(const xtd::ustring &message, const std::error_code &error, const xtd::ustring &help_link, const xtd::diagnostics::stack_frame &info=xtd::diagnostics::stack_frame::empty())
Create a new instance of class file_not_found_exception.
Definition: file_not_found_exception.h:52
file_not_found_exception(const xtd::ustring &message, const xtd::ustring &help_link, const xtd::diagnostics::stack_frame &info=xtd::diagnostics::stack_frame::empty())
Create a new instance of class file_not_found_exception.
Definition: file_not_found_exception.h:47
file_not_found_exception(const xtd::ustring &message, const std::error_code &error, const xtd::diagnostics::stack_frame &info=xtd::diagnostics::stack_frame::empty())
Create a new instance of class file_not_found_exception.
Definition: file_not_found_exception.h:42
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:50
Contains xtd::io::io_exception exception.
The exception that is thrown when an I/O error occurs.
Definition: io_exception.h:25
file_not_found_exception(const xtd::ustring &message, const std::exception &inner_exception, const xtd::diagnostics::stack_frame &info=xtd::diagnostics::stack_frame::empty())
Create a new instance of class file_not_found_exception.
Definition: file_not_found_exception.h:62
file_not_found_exception(const std::exception &inner_exception, const xtd::diagnostics::stack_frame &info=xtd::diagnostics::stack_frame::empty())
Create a new instance of class file_not_found_exception.
Definition: file_not_found_exception.h:57
virtual exception_ref inner_exception() const noexcept
Gets the exception instance that caused the current exception.
Definition: system_exception.h:117
file_not_found_exception(const xtd::ustring &message, const xtd::diagnostics::stack_frame &info=xtd::diagnostics::stack_frame::empty())
Create a new instance of class file_not_found_exception.
Definition: file_not_found_exception.h:37
file_not_found_exception(const xtd::diagnostics::stack_frame &info=xtd::diagnostics::stack_frame::empty())
Create a new instance of class file_not_found_exception.
Definition: file_not_found_exception.h:33
Provides information about a xtd::diagnostics::stack_frame, which represents a function call on the c...
Definition: stack_frame.h:34
static stack_frame empty() noexcept
Return an empty stack frame.
file_not_found_exception(const xtd::ustring &message, const std::exception &inner_exception, const std::error_code &error, const xtd::ustring &help_link, const xtd::diagnostics::stack_frame &info=xtd::diagnostics::stack_frame::empty())
Create a new instance of class file_not_found_exception.
Definition: file_not_found_exception.h:81
virtual const xtd::ustring & message() const noexcept
Gets message associate to the exception.
Definition: system_exception.h:129
virtual const xtd::ustring & help_link() const noexcept
Gets a link to the help file associated with this exception.
Definition: system_exception.h:105