Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.
Syntax
class task_canceled : public std::exception;
Members
Public Constructors
| Name | Description |
|---|---|
| task_canceled | Overloaded. Constructs a task_canceled object. |
Inheritance Hierarchy
exception
task_canceled
Requirements
Header: concrt.h
Namespace: concurrency
task_canceled
Constructs a task_canceled object.
explicit _CRTIMP task_canceled(_In_z_ const char* _Message) throw();
task_canceled() throw();
Parameters
_Message
A descriptive message of the error.