tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
ProcessCreateException
tango
sys
Process
Exception thrown when the process cannot be created.
class
ProcessCreateException :
ProcessException
{
this
(const(char)[] command, const(char)[] file, uint line);
this
(const(char)[] command, const(char)[] message, const(char)[] file, uint line);
}
Constructors
this
this
(const(char)[] command, const(char)[] file, uint line)
Undocumented in source.
this
this
(const(char)[] command, const(char)[] message, const(char)[] file, uint line)
Undocumented in source.
Meta
Source
See Implementation
tango
sys
Process
classes
Process
ProcessCreateException
ProcessForkException
ProcessKillException
ProcessWaitException
enums
Redirect
functions
_NSGetEnviron
sleep
Exception thrown when the process cannot be created.