xtd - Reference Guide
0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
#include <cstdint>
#include <optional>
#include <stdexcept>
#include <system_error>
#include "core_export.h"
#include "literals.h"
#include "object.h"
#include "ustring.h"
#include "diagnostics/stack_frame.h"
#include "diagnostics/stack_trace.h"
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 | |
namespace | xtd |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Macros | |
#define | system_exception_(...) |
Helper on system_exception to call it with caller information. | |