Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Syntax
class scheduler_not_attached : public std::exception;
Members
Public Constructors
Name | Description |
---|---|
scheduler_not_attached | Overloaded. Constructs a scheduler_not_attached object. |
Inheritance Hierarchy
exception
scheduler_not_attached
Requirements
Header: concrt.h
Namespace: concurrency
scheduler_not_attached
Constructs a scheduler_not_attached
object.
explicit _CRTIMP scheduler_not_attached(_In_z_ const char* _Message) throw();
scheduler_not_attached() throw();
Parameters
_Message
A descriptive message of the error.