The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
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.