xtd 0.2.0
overflow_exception.h File Reference

Definition

Contains xtd::overflow_exception exception.

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

Go to the source code of this file.

Classes

class  xtd::overflow_exception
 The exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an overflow. More...
 

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Macros

#define overflow_exception_(...)   overflow_exception(add_csf_(__VA_ARGS__))
 Helper on xtd::overflow_exception to call it with current stack frame information. More...