#include "diagnostics/stack_frame.h"#include "diagnostics/stack_trace.h"#include "optional.h"#include "core_export.h"#include "literals.h"#include "object.h"#include "ustring.h"#include <cstdint>#include <stdexcept>#include <system_error>Contains xtd::system_exception exception.


Go to the source code of this file.
Classes | |
| class | xtd::system_exception |
| Defines the base class for predefined exceptions in the xtd namespace. More... | |
Namespaces | |
| xtd | |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Macros | |
| #define | system_exception_(...) system_exception(add_csf_(__VA_ARGS__)) |
| Helper on xtd::system_exception to call it with current stack frame information. More... | |