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 the Reference
method is called on a Scheduler
object that is shutting down, from a context that is not part of that scheduler.
Syntax
class improper_scheduler_reference : public std::exception;
Members
Public Constructors
Name | Description |
---|---|
improper_scheduler_reference | Overloaded. Constructs an improper_scheduler_reference object. |
Inheritance Hierarchy
exception
improper_scheduler_reference
Requirements
Header: concrt.h
Namespace: concurrency
improper_scheduler_reference
Constructs an improper_scheduler_reference
object.
explicit _CRTIMP improper_scheduler_reference(_In_z_ const char* _Message) throw();
improper_scheduler_reference() throw();
Parameters
_Message
A descriptive message of the error.