TaskExecutionException constructor
TaskExecutionException(
- String message, [
- Object? cause,
- StackTrace? stackTrace
Creates a TaskExecutionException with a message, an optional cause, and an optional stack trace.
Implementation
TaskExecutionException(this.message, [this.cause, this.stackTrace]);