dart:io
ProcessException class
- Implemented types
-
Constructors
- ProcessException(String executable, List<String> arguments, [ String message = "", int errorCode = 0 ])
const
Properties
- arguments → List<String>
final
- Contains the arguments provided for the process.
- errorCode → int
final
- Contains the OS error code for the process exception if any.
- executable → String
final
- Contains the executable provided for the process.
- message → String
final
- Contains the system message for the process exception if any.
- hashCode → int
read-only, inherited
- The hash code for this object. [...]
- runtimeType → Type
read-only, inherited
- A representation of the runtime type of the object.
Methods
- toString() → String
override
- Returns a string representation of this object.
- noSuchMethod(Invocation invocation) → dynamic
inherited
- Invoked when a non-existent method or property is accessed. [...]
Operators
- operator ==(dynamic other) → bool
inherited
- The equality operator. [...]