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


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