|
STLdoc
STLdocumentation
|
This class describes an exception thrown when an operation is performed which requires a scheduler to be attached to the current context and one is not. More...
#include <concrt.h>
Public Member Functions | |
| _CONCRTIMP | scheduler_not_attached (_In_z_ const char *_Message) throw () |
Constructs a scheduler_not_attached object. More... | |
| _CONCRTIMP | scheduler_not_attached () throw () |
Constructs a scheduler_not_attached object. More... | |
This class describes an exception thrown when an operation is performed which requires a scheduler to be attached to the current context and one is not.
|
explicit | ||||||||||||||
Constructs a scheduler_not_attached object.
| _Message | A descriptive message of the error. |
| _CONCRTIMP Concurrency::scheduler_not_attached::scheduler_not_attached | ( | ) | ||
| throw | ( | |||
| ) | ||||
Constructs a scheduler_not_attached object.
1.8.8