phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
ErrnoException.this
std
exception
ErrnoException
Constructor which takes an error message and error code.
this
(string msg, string file, size_t line)
this
(string msg, int errno, string file, size_t line)
class
ErrnoException
@
safe
this
(
string
msg
,
int
errno
,
string
file
= null
,
size_t
line
= 0
)
Meta
Source
See Implementation
std
exception
ErrnoException
constructors
this
properties
errno
errnoMsg
Constructor which takes an error message and error code.