STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
Concurrency::invalid_multiple_scheduling Class Reference

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>

Inheritance diagram for Concurrency::invalid_multiple_scheduling:

Public Member Functions

_CONCRTIMP invalid_multiple_scheduling (_In_z_ const char *_Message) throw ()
 Constructs an invalid_multiple_scheduling object. More...
 
_CONCRTIMP invalid_multiple_scheduling () throw ()
 Constructs an invalid_multiple_scheduling object. More...
 

Detailed Description

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.

See also
task_handle Class, task_group Class, task_group::run Method, task_group::wait Method, task_group::run_and_wait Method, structured_task_group Class, structured_task_group::run Method, structured_task_group::wait Method, structured_task_group::run_and_wait Method

Constructor & Destructor Documentation

_CONCRTIMP Concurrency::invalid_multiple_scheduling::invalid_multiple_scheduling ( _In_z_ const char _Message)
throw (
)
explicit

Constructs an invalid_multiple_scheduling object.

Parameters
_MessageA descriptive message of the error.
_CONCRTIMP Concurrency::invalid_multiple_scheduling::invalid_multiple_scheduling ( )
throw (
)

Constructs an invalid_multiple_scheduling object.


The documentation for this class was generated from the following file: