IOException.this

Constructor

  1. this(string msg, string file, long line)
    class IOException
    this
    (
    string msg
    ,
    string file = __FILE__
    ,
    long line = __LINE__
    )
  2. this(string msg, int error_num, string func_name, string file, long line)

Parameters

msg string

message description of the error (uses stderr if empty)

file string

file where exception is thrown

line long

line where exception is thrown

Meta