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(immutable(char)[] msg)
Undocumented in source.

Inherited Members

From Exception

FrameInfo
struct FrameInfo
Undocumented in source.
TraceInfo
interface TraceInfo
Undocumented in source.
msg
char[] msg;
Undocumented in source.
file
char[] file;
Undocumented in source.
line
size_t line;
Undocumented in source.
info
TraceInfo info;
Undocumented in source.
next
Exception next;
Undocumented in source.
toString
char[] toString()
Undocumented in source. Be warned that the author may not have intended to support it.
writeOutMsg
void writeOutMsg(void delegate(char[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
writeOut
void writeOut(void delegate(char[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta