StdioException.this

Initialize with a message and an error code.

class StdioException
@trusted
this
(
string message
,
uint e = core.stdc.errno.errno
)

Meta