The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
MirThrowableImpl.this
mir
exception
MirThrowableImpl
Generic multiargument overload. Constructs a string using the
print
function.
this
(const(char)[] msg, string file, size_t line, Throwable nextInChain)
this
(const(char)[] msg, Throwable nextInChain, string file, size_t line)
this
(string msg, string file, size_t line, Throwable nextInChain)
this
(string msg, Throwable nextInChain, string file, size_t line)
this
(Args args, string file, size_t line, Throwable nextInChain)
mixintemplate
MirThrowableImpl
()
pure
this
(
Args
...
)
(
auto
ref
scope
const
Args
args
,
string
file
= __FILE__
,
size_t
line
= __LINE__
,
Throwable
nextInChain
= null
)
if
(
Args.length
> 1 &&
!
is
(
Args
[$ - 1] ==
Throwable
)
)
Meta
Source
See Implementation
mir
exception
MirThrowableImpl
constructors
this
destructors
~this
Generic multiargument overload. Constructs a string using the print function.