The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
ProcessException
std
process
An exception that signals a problem with starting or waiting for a process.
class
ProcessException :
Exception
{
mixintemplate
basicExceptionCtors
()
via
import
std
.
exception
:
basicExceptionCtors
;
;
}
Mixed In Members
From
mixin
basicExceptionCtors
this
this
(string msg, string file, size_t line, Throwable next)
this
this
(string msg, Throwable next, string file, size_t line)
Meta
Source
See Implementation
std
process
classes
Pid
ProcessException
environment
enums
Redirect
functions
browse
escapeShellCommand
escapeShellFileName
escapeWindowsArgument
execute
executeShell
execv
execve
execvp
execvpe
kill
pipe
pipeProcess
pipeShell
spawnProcess
spawnShell
tryWait
wait
waitTimeout
properties
nativeShell
thisProcessID
thisThreadID
userShell
structs
Config
Pipe
ProcessPipes
An exception that signals a problem with starting or waiting for a process.