IOException.set

Sets the exception instance.

class IOException
typeof(this)
set
(,,
string func_name = ""
,
string msg = ""
,
string file = __FILE__
,
long line = __LINE__
)

Parameters

file_path cstring

path of the file

error_num int

error code (defaults to .errno)

func_name string

name of the method that failed

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