QuoteIndexOutOfRangeException.this

Creates a new QuoteIndexOutOfRangeException, attaching a given index and an index upper bound.

  1. this(string message, ptrdiff_t indexGiven, size_t upperBound, string file, size_t line, Throwable nextInChain)
    class QuoteIndexOutOfRangeException
    pure nothrow @nogc @safe
    this
    (
    const string message
    ,
    const ptrdiff_t indexGiven
    ,
    const size_t upperBound
    ,
    const string file = __FILE__
    ,
    const size_t line = __LINE__
    ,
    Throwable nextInChain = null
    )
  2. this(string message, string file, size_t line, Throwable nextInChain)