The exception that is thrown for invalid casting or explicit conversion.
- Namespace
- xtd
- Library
- xtd.core
- Examples
- The following example demonstrates how to throw and catch an invalid_cast_exception.
|
| invalid_cast_exception (const std::exception &inner_exception, const xtd::diagnostics::stack_frame &info=xtd::diagnostics::stack_frame::empty()) |
| Create a new instance of class invalid_cast_exception. More...
|
|
| invalid_cast_exception (const xtd::diagnostics::stack_frame &info=xtd::diagnostics::stack_frame::empty()) |
| Create a new instance of class invalid_cast_exception. More...
|
|
| invalid_cast_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 invalid_cast_exception. More...
|
|
| invalid_cast_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 invalid_cast_exception. More...
|
|
| invalid_cast_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 invalid_cast_exception. More...
|
|
| invalid_cast_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 invalid_cast_exception. More...
|
|
| invalid_cast_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 invalid_cast_exception. More...
|
|
| invalid_cast_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 invalid_cast_exception. More...
|
|
| invalid_cast_exception (const xtd::ustring &message, const xtd::diagnostics::stack_frame &info=xtd::diagnostics::stack_frame::empty()) |
| Create a new instance of class invalid_cast_exception. More...
|
|
| invalid_cast_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 invalid_cast_exception. More...
|
|
| system_exception (const std::exception &inner_exception, const xtd::diagnostics::stack_frame &information=xtd::diagnostics::stack_frame::empty()) |
| Create a new instance of class system_exception. More...
|
|
| system_exception (const xtd::diagnostics::stack_frame &information=xtd::diagnostics::stack_frame::empty()) |
| Create a new instance of class system_exception. More...
|
|
| system_exception (const xtd::ustring &message, const std::error_code &error, const xtd::diagnostics::stack_frame &information=xtd::diagnostics::stack_frame::empty()) |
| Create a new instance of class system_exception. More...
|
|
| system_exception (const xtd::ustring &message, const std::error_code &error, const xtd::ustring &help_link, const xtd::diagnostics::stack_frame &information=xtd::diagnostics::stack_frame::empty()) |
| Create a new instance of class system_exception. More...
|
|
| system_exception (const xtd::ustring &message, const std::exception &inner_exception, const std::error_code &error, const xtd::diagnostics::stack_frame &information=xtd::diagnostics::stack_frame::empty()) |
| Create a new instance of class system_exception. More...
|
|
| system_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 &information=xtd::diagnostics::stack_frame::empty()) |
| Create a new instance of class system_exception. More...
|
|
| system_exception (const xtd::ustring &message, const std::exception &inner_exception, const xtd::diagnostics::stack_frame &information=xtd::diagnostics::stack_frame::empty()) |
| Create a new instance of class system_exception. More...
|
|
| system_exception (const xtd::ustring &message, const std::exception &inner_exception, const xtd::ustring &help_link, const xtd::diagnostics::stack_frame &information=xtd::diagnostics::stack_frame::empty()) |
| Create a new instance of class system_exception. More...
|
|
| system_exception (const xtd::ustring &message, const xtd::diagnostics::stack_frame &information=xtd::diagnostics::stack_frame::empty()) |
| Create a new instance of class system_exception. More...
|
|
| system_exception (const xtd::ustring &message, const xtd::ustring &help_link, const xtd::diagnostics::stack_frame &information=xtd::diagnostics::stack_frame::empty()) |
| Create a new instance of class system_exception. More...
|
|
virtual std::error_code | error_code () const noexcept |
| Get error associate to the exception. More...
|
|
virtual const xtd::ustring & | file_path () const noexcept |
| Get file path where exception occurred. More...
|
|
virtual const xtd::ustring & | help_link () const noexcept |
| Gets a link to the help file associated with this exception. More...
|
|
virtual exception_ref | inner_exception () const noexcept |
| Gets the exception instance that caused the current exception. More...
|
|
virtual uint32_t | line_number () const noexcept |
| Get Line number where the exception occurred. More...
|
|
virtual const xtd::ustring & | member_name () const noexcept |
| Get file member where exception occurred. More...
|
|
virtual const xtd::ustring & | message () const noexcept |
| Get message associate to the exception. More...
|
|
virtual const xtd::ustring & | name () const noexcept |
| Get full class name the exception. More...
|
|
virtual xtd::ustring | stack_trace () const noexcept |
| Gets a string representation of the immediate frames on the call stack. More...
|
|
xtd::ustring | to_string () const noexcept override |
| Returns a string that represents the current exception. More...
|
|
const char * | what () const noexcept override |
| Get message associate to the exception. More...
|
|
| object ()=default |
| Create a new instance of the ultimate base class object. More...
|
|
virtual bool | equals (const object &obj) const noexcept |
| Determines whether the specified object is equal to the current object. More...
|
|
virtual size_t | get_hash_code () const noexcept |
| Serves as a hash function for a particular type. More...
|
|
template<typename object_t > |
std::unique_ptr< object_t > | memberwise_clone () const |
| Gets the type of the current instance. More...
|
|