Function BadLoopException.this

this (
  string file = __FILE__,
  ulong line = cast(ulong)__LINE__,
  object.Throwable next = null
) pure nothrow @nogc @safe const;

Parameters

NameDescription
file The file where the exception occurred.
line The line number where the exception occurred.
next The previous exception in the chain of exceptions, if any.