Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This class describes an exception thrown by the PPL tasks layer in order to force the current task to cancel. It is also thrown by the get() method on task, for a canceled task.
class task_canceled : public std::exception;
Members
Public Constructors
Name |
Description |
|---|---|
Overloaded. Constructs a task_canceled object. |
Inheritance Hierarchy
exception
task_canceled
Requirements
Header: concrt.h
Namespace: concurrency