Function IniLikeReadException.this
Create IniLikeReadException
with msg, lineNumber and fileName.
this
(
string msg,
ulong lineNumber,
string fileName = null,
IniLikeEntryException entryException = null,
string file = __FILE__,
ulong line = cast(ulong)__LINE__,
object .Throwable next = null
) pure nothrow @safe;