ReturnValueException.this

Create a new ReturnValueException, attaching a command and a returned value.

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

Meta