Issue161

Undocumented in source.

Constructors

this
this(string msg, string file, size_t line, Throwable next, int err, string function(int) @(trusted) errorFormatter)
Undocumented in source.
this
this(string msg, Throwable next, string file, size_t line, int err, string function(int) @(trusted) errorFormatter)
Undocumented in source.
this
this(string msg, int err, string function(int) @(trusted) errorFormatter, string file, size_t line, Throwable next)
Undocumented in source.

Members

Variables

errorCode
int errorCode;
Undocumented in source.

Inherited Members

From MyException

__anonymous
mixin basicExceptionCtors
Undocumented in source.

Meta