Bridge

TaskCanceledException..::..Task Property

Gets the task associated with this exception.

Namespace:  System.Threading.Tasks
Assembly:  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);
}

Return Value

A reference to the Task that is associated with this exception.