Dart SDK
dart:io
ProcessException
class
ProcessException
Properties
Constructors
Methods
Properties
executable
arguments
message
errorCode
Constructors
ProcessException
Methods
toString
(Not documented.)
Implements
IOException
Properties
String
executable
read-only
Contains the executable provided for the process.
List
<
String
>
arguments
read-only
Contains the arguments provided for the process.
String
message
read-only
Contains the system message for the process exception if any.
int
errorCode
read-only
Contains the OS error code 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.