ArgumentOutOfRangeException.this

Undocumented in source.
  1. this(string msg, size_t line, string file, Throwable next)
  2. this(string paramName, string message, string file, size_t line, Throwable next)
    class ArgumentOutOfRangeException
    @safe pure nothrow
    this
    (
    string paramName
    ,
    string message
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    ,
    Throwable next = null
    )

Meta