IOException.this

Constructor

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

Parameters

msg string

message description of the error (uses stderr if empty)

error_num int

error code

func_name string

name of the method that failed

file string

file where exception is thrown

line long

line where exception is thrown

Meta