SeleniumException.this

Create the exception

  1. this(string msg, string file, ulong line, Throwable next)
    class SeleniumException
    this
    (
    string msg
    ,
    string file = __FILE__
    ,
    ulong line = cast(ulong)__LINE__
    ,
    Throwable next = null
    )
  2. this(Json data, string file, ulong line, Throwable next)

Meta