STLdoc
STLdocumentation
|
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.
More...
#include <concrt.h>
Public Member Functions | |
_CRTIMP | task_canceled (_In_z_ const char *_Message) throw () |
Constructs a task_canceled object. More... | |
_CRTIMP | task_canceled () throw () |
Constructs a task_canceled object. More... | |
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.
|
explicit |
Constructs a task_canceled
object.
_Message | A descriptive message of the error. |
_CRTIMP Concurrency::task_canceled::task_canceled | ( | ) | ||
throw | ( | |||
) |
Constructs a task_canceled
object.