TaskCanceledException.Task Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the task associated with this exception.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Threading.Tasks.TaskA reference to the Task that is associated with this exception.
It is permissible for no Task to be associated with a TaskCanceledException, in which case this property will return null.
This property is thread-safe and may be used from multiple threads concurrently.
Show: