OverflowException

Thrown if the result of a _decimal operation exceeds the largest finite number of the destination format.

version(!D_BetterC)
class OverflowException : DecimalException {}

Members

Mixins

__anonymous
mixin ExceptionConstructors

Undocumented in source.

Mixed In Members

From mixin ExceptionConstructors

this
this(string msg, string file, size_t line, Throwable next)

Undocumented in source.

this
this(string msg, Throwable next, string file, size_t line)

Undocumented in source.

Inherited Members

From DecimalException

__anonymous
mixin ExceptionConstructors

Undocumented in source.

Meta