TaskCanceledException..::..Task Property
Gets the task associated with this exception.
Namespace:
System.Threading.TasksAssembly: Bridge (in Bridge.dll)
Syntax
[FieldPropertyAttribute] public Task Task { get; set; }
<FieldPropertyAttribute> _ Public Property Task As Task Get Set
[FieldPropertyAttribute] public: property Task^ Task { Task^ get (); void set (Task^ value); }