Bridge

TaskCanceledException Members

The TaskCanceledException type exposes the following members.

Constructors


  Name Description
Public method TaskCanceledException()()()()
Initializes a new instance of the TaskCanceledException class with a system-supplied message that describes the error.
Public method TaskCanceledException(String)
Initializes a new instance of the TaskCanceledException class with a specified message that describes the error.
Public method TaskCanceledException(Task)
Public method TaskCanceledException(String, Exception)

Properties


  Name Description
Public property Task
Gets the task associated with this exception.