xtd 0.2.0
system_exception.h File Reference
#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>

Definition

Contains xtd::system_exception exception.

Include dependency graph for system_exception.h:
This graph shows which files directly or indirectly include this file:

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...