ExecException.this

Constructor attaching a return value.

  1. this(string msg, int retval, string file, size_t line, Throwable nextInChain)
    class ExecException
    pure nothrow @nogc @safe
    this
    (
    const string msg
    ,
    const int retval
    ,
    const string file = __FILE__
    ,
    const size_t line = __LINE__
    ,
    Throwable nextInChain = null
    )
  2. this(string msg, string file, size_t line, Throwable nextInChain)

Meta