CancellationException class
Thrown when a task is intentionally cancelled before it completes.
This can occur due to user action or system-controlled cancellation logic.
- Implemented types
Constructors
- CancellationException({required String taskId})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited