dart / 1 / dart-io / processexception / processexception.html

ProcessException const constructor

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

Source

const ProcessException(this.executable, this.arguments,
    [this.message = "", this.errorCode = 0]);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-io/ProcessException/ProcessException.html