xtd 0.2.0
underflow_exception.h File Reference

Definition

Contains xtd::underflow_exception exception.

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

Go to the source code of this file.

Classes

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

Namespaces

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

Macros

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