31 template<
typename exception_t>
Provides information about a xtd::diagnostics::stack_frame, which represents a function call on the c...
Definition stack_frame.hpp:46
static auto current(const xtd::diagnostics::source_location &value=xtd::diagnostics::source_location::current()) noexcept -> xtd::diagnostics::stack_frame
Crates a new xtd::diagnostics::stack_frame object corresponding to the location of the call site.
virtual auto inner_exception() const noexcept -> exception_ref
Gets the exception instance that caused the current exception.
virtual auto message() const noexcept -> const xtd::string &
Gets message associate to the exception.
virtual auto error_code() const noexcept -> const std::error_code &
Gets error associate to the exception.
static std::error_code make_error_code(int h_result) noexcept
Creates error code value for the specified HRESULT.
static constexpr auto COR_E_FORMAT
One of the identified items was in an invalid format.
Definition h_result.hpp:162
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8