WindowsTaskException constructor

const WindowsTaskException(
  1. String message, {
  2. bool permissionDenied = false,
})

Creates a Windows task exception.

Implementation

const WindowsTaskException(this.message, {this.permissionDenied = false});