ErrnoException.this

Constructor which takes an error message and error code.

  1. this(string msg, string file, size_t line)
  2. this(string msg, int errno, string file, size_t line)
    class ErrnoException
    @safe
    this
    (
    string msg
    ,
    int errno
    ,
    string file = null
    ,
    size_t line = 0
    )

Meta