xtd 0.2.0
divided_by_zero_exception.h File Reference

Definition

Contains xtd::divided_by_zero_exception exception.

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

Go to the source code of this file.

Classes

class  xtd::divided_by_zero_exception
 The exception that is thrown when there is an attempt to divide an integral or decimal value by zero. More...
 

Namespaces

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

Macros

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