IOException.this

Constructor

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

Parameters

msg istring

message description of the error (uses stderr if empty)

error_num int

error code

func_name istring

name of the method that failed

file istring

file where exception is thrown

line long

line where exception is thrown

Meta