ExecException

Exception thrown when an execvp action failed.

Constructors

this
this(string msg, int retval, string file, size_t line, Throwable nextInChain)

Constructor attaching a return value.

this
this(string msg, string file, size_t line, Throwable nextInChain)

Passthrough constructor.

Members

Variables

retval
int retval;

execvp return value.

Meta