STLdoc
STLdocumentation
|
This class describes an exception thrown when a task_handle
object is scheduled multiple times using the run
method of a task_group
or structured_task_group
object without an intervening call to either the wait
or run_and_wait
methods.
More...
#include <concrt.h>
Public Member Functions | |
_CRTIMP | invalid_multiple_scheduling (_In_z_ const char *_Message) throw () |
Constructs an invalid_multiple_scheduling object. More... | |
_CRTIMP | invalid_multiple_scheduling () throw () |
Constructs an invalid_multiple_scheduling object. More... | |
This class describes an exception thrown when a task_handle
object is scheduled multiple times using the run
method of a task_group
or structured_task_group
object without an intervening call to either the wait
or run_and_wait
methods.
|
explicit |
Constructs an invalid_multiple_scheduling
object.
_Message | A descriptive message of the error. |
_CRTIMP Concurrency::invalid_multiple_scheduling::invalid_multiple_scheduling | ( | ) | ||
throw | ( | |||
) |
Constructs an invalid_multiple_scheduling
object.