HelpNeedingException.this

Constructor for HelpNeedingException

  1. this(HelpInformationProvider[] providers, string file, size_t line, Throwable next)
    class HelpNeedingException
    @nogc @safe pure nothrow
    this
    (,
    string file = __FILE__
    ,
    size_t line = __LINE__
    ,
    Throwable next = null
    )
  2. this(HelpInformationProvider[] providers, Throwable next, string file, size_t 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