UnsupportedException.this

  1. this(string msg, string file, size_t line)
    class UnsupportedException
    @safe pure nothrow @nogc
    this
    (
    string msg
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )
  2. this(uint br, string file, size_t line)
  3. this(Parity p, string file, size_t line)
  4. this(DataBits db, string file, size_t line)
  5. this(StopBits sb, string file, size_t line)

Meta