Class ErrorLevelException
Indicates a command returned a non-zero errorlevel.
class ErrorLevelException
: object .Exception
;
Constructors
Name | Description |
---|---|
this
|
Fields
Name | Type | Description |
---|---|---|
command
|
string | |
errorLevel
|
int | |
output
|
string | The command's output is only available if the command was executed with runCollect. If it was executed with run, then Scriptlike doesn't have access to the output since it was simply sent straight to stdout/stderr. |