FormatException.this
this
() @safe @nogc pure nothrowGeneric constructor.
this
(string msg, string fn = __FILE__, size_t ln = __LINE__, Throwable next = null) @safe @nogc pure nothrowCreates a new instance of FormatException.
Parameters
msg | message of the exception |
fn | file name of the file where the exception was created (optional) |
ln | line number of the file where the exception was created (optional) |
next | for internal use, should always be null (optional) |