Bridge

TaskCanceledException Class

Represents an exception used to communicate task cancellation.

Namespace:  System.Threading.Tasks
Assembly:  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..::..Object
  System..::..Exception
    System..::..OperationCanceledException
      System.Threading.Tasks..::..TaskCanceledException