TaskCanceledException Class
Represents an exception used to communicate task cancellation.
Namespace:
System.Threading.TasksAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [NamespaceAttribute] public class TaskCanceledException : OperationCanceledException
<ExternalAttribute> _ <NamespaceAttribute> _ Public Class TaskCanceledException _ Inherits OperationCanceledException
[ExternalAttribute] [NamespaceAttribute] public ref class TaskCanceledException : public OperationCanceledException
Inheritance Hierarchy
System..::..Exception
System..::..OperationCanceledException
System.Threading.Tasks..::..TaskCanceledException