'Declaration Public Shared Function IsCancelled( _ ByVal aex As AggregateException _ ) As Boolean
public static bool IsCancelled( AggregateException aex )
Parameters
- aex
- Represents one or more errors that occur during application execution.
Return Value
True if task System.Threading.Tasks.TaskCanceledException occured; false otherwise.