HelpNeedingException.this

Constructor for HelpNeedingException

  1. this(HelpInformationProvider[] providers, string file, size_t line, Throwable next)
  2. this(HelpInformationProvider[] providers, Throwable next, string file, size_t line)
    class HelpNeedingException
    @nogc @safe pure nothrow
    this
    (,
    Throwable next
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )

Parameters

providers HelpInformationProvider[]

a list of help providers used to print exception message.

file string

file in which exception occured.

line size_t

line at which exception was thrown.

next Throwable

next exception in chain of exceptions.

Meta