ErrnoException.this

Constructor which takes an error message. The current global core.stdc.errno.errno value is used as error code.

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

Meta