scriptlike v0.9.3 (2015-08-19T21:58:48Z)
Home
Dub
Repo
ErrorLevelException
scriptlike
process
Indicates a command returned a non-zero errorlevel.
class
ErrorLevelException : Exception {
int
errorLevel
;
string
command
;
this
(int errorLevel, string command, string file, size_t line);
}
Constructors
this
this
(int errorLevel, string command, string file, size_t line)
Undocumented in source.
Members
Variables
command
string
command
;
Undocumented in source.
errorLevel
int
errorLevel
;
Undocumented in source.
Meta
Source
See Implementation
scriptlike
process
aliases
runShell
classes
ErrorLevelException
functions
run
runCollect
tryRun
tryRunCollect
structs
Args
Indicates a command returned a non-zero errorlevel.