ProcessException class

Implements:

Constructors

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

Instance Properties

executable String
read-only
Contains the executable provided for the process.
arguments List<String>
read-only
Contains the arguments provided for the process.
message String
read-only
Contains the system message for the process exception if any.
errorCode int
read-only
Contains the OS error code for the process exception if any.

Instance Methods

toString ( ) → String
Returns a string representation of this object.