dart / 2 / dart-io / processexception / processexception.html

ProcessException constructor

const ProcessException(
  1. String executable,
  2. List<String> arguments,
  3. [String message = "",
  4. int errorCode = 0]
)

Implementation

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

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-io/ProcessException/ProcessException.html