lu
Dlang.org
ReturnValueException.this
lu
common
ReturnValueException
Create a new
ReturnValueException
, attaching a command.
this
(string message, string file, size_t line, Throwable nextInChain)
this
(string message, string command, string file, size_t line, Throwable nextInChain)
class
ReturnValueException
pure nothrow @
nogc
@
safe
this
(
const
string
message
,
const
string
command
,
const
string
file
= __FILE__
,
const
size_t
line
= __LINE__
,
Throwable
nextInChain
= null
)
this
(string message, string command, int retval, string file, size_t line, Throwable nextInChain)
lu
common
ReturnValueException
constructors
this
variables
command
retval
Create a new ReturnValueException, attaching a command.