Function IniLikeReadException.lineIndex
Number of line in the file where the exception occured, starting from 0. Don't confuse with line property of Throwable.
ulong lineIndex() pure nothrow @nogc @safe const;
Number of line in the file where the exception occured, starting from 0. Don't confuse with line property of Throwable.
ulong lineIndex() pure nothrow @nogc @safe const;