IOException.this

Constructor

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

Parameters

msg istring

message description of the error (uses stderr if empty)

file istring

file where exception is thrown

line long

line where exception is thrown

Meta