Dart SDK
dart:io
ProcessException
ProcessException
constructor
ProcessException
ProcessException
Properties
executable
arguments
message
errorCode
Constructors
ProcessException
Methods
toString
const
ProcessException
(
String
executable
,
List
<
String
>
arguments
,
[
String
message
=
""
,
int
errorCode
=
0
]
)
(Not documented.)