TaskCanceledException Constructor
Initializes a new instance of the TaskCanceledException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | TaskCanceledException() | Initializes a new instance of the TaskCanceledException class with a system-supplied message that describes the error. |
![]() | TaskCanceledException(SerializationInfo^, StreamingContext) | Initializes a new instance of the TaskCanceledException class with serialized data. |
![]() | TaskCanceledException(String^) | Initializes a new instance of the TaskCanceledException class with a specified message that describes the error. |
![]() | TaskCanceledException(String^, Exception^) | Initializes a new instance of the TaskCanceledException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
![]() | TaskCanceledException(Task^) | Initializes a new instance of the TaskCanceledException class with a reference to the Task that has been canceled. |

