90 const char* default_message()
const {
return "Attempted to access a drive that is not available."_t;}
drive_not_found_exception(const xtd::ustring &message, const xtd::diagnostics::stack_frame &info=xtd::diagnostics::stack_frame::empty())
Create a new instance of class drive_not_found_exception.
Definition: drive_not_found_exception.h:37
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
drive_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 drive_not_found_exception.
Definition: drive_not_found_exception.h:47
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 trying to access a drive or share that is not available.
Definition: drive_not_found_exception.h:25
The exception that is thrown when an I/O error occurs.
Definition: io_exception.h:25
drive_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 drive_not_found_exception.
Definition: drive_not_found_exception.h:52
drive_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 drive_not_found_exception.
Definition: drive_not_found_exception.h:74
drive_not_found_exception(const xtd::diagnostics::stack_frame &info=xtd::diagnostics::stack_frame::empty())
Create a new instance of class drive_not_found_exception.
Definition: drive_not_found_exception.h:33
virtual exception_ref inner_exception() const noexcept
Gets the exception instance that caused the current exception.
Definition: system_exception.h:117
drive_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 drive_not_found_exception.
Definition: drive_not_found_exception.h:62
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.
drive_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 drive_not_found_exception.
Definition: drive_not_found_exception.h:68
drive_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 drive_not_found_exception.
Definition: drive_not_found_exception.h:81
drive_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 drive_not_found_exception.
Definition: drive_not_found_exception.h:42
virtual const xtd::ustring & message() const noexcept
Gets message associate to the exception.
Definition: system_exception.h:129
drive_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 drive_not_found_exception.
Definition: drive_not_found_exception.h:57
virtual const xtd::ustring & help_link() const noexcept
Gets a link to the help file associated with this exception.
Definition: system_exception.h:105