ReadTimeoutException.this

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

Meta