Task Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Threading.Tasks
Assembly:  mscorlib (in mscorlib.dll)

public Task Task { get; }

Property Value

Type: System.Threading.Tasks.Task
A 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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft