#include "arithmetic_exception.h"Contains xtd::divided_by_zero_exception exception.


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