[]
Determines if task cancelled by an exception used to communicate task cancellation.
public static bool IsCancelled(AggregateException aex)
Type | Name | Description |
---|---|---|
AggregateException | aex | Represents one or more errors that occur during application execution. |
Type | Description |
---|---|
bool | True if task TaskCanceledException occured; false otherwise. |