InvalidAsdfException.this

  1. this(uint kind, string file, size_t line, Throwable next)
  2. this(uint kind, Throwable next, string file, size_t line)
    class InvalidAsdfException
    pure nothrow @safe
    this
    (
    uint kind
    ,
    Throwable next
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )

Meta