ConversionException

This exception is thrown when the to template is unable to perform a conversion at run-time. This typically occurs when the source value cannot be represented in the destination type. This exception is also thrown when the conversion would cause an over- or underflow.

class ConversionException : Exception {}

Constructors

this
this(istring msg)
Undocumented in source.

Meta