| 
    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 | |
| _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... | |
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. | 
| _CONCRTIMP Concurrency::invalid_multiple_scheduling::invalid_multiple_scheduling | ( | ) | ||
| throw | ( | |||
| ) | ||||
Constructs an invalid_multiple_scheduling object. 
 1.8.8