Not documented.

Implements

Properties

arguments List<String>
read-only

Contains the arguments provided for the process.

errorCode int
read-only

Contains the OS error code for the process exception if any.

executable String
read-only

Contains the executable provided for the process.

message String
read-only

Contains the system message for the process exception if any.

Constructors

ProcessException(String executable, List<String> arguments, [String message = "", int errorCode = 0])
const

Methods

toString() → String

Returns a string representation of this object.