improper_scheduler_detach Class
This class describes an exception thrown when the CurrentScheduler::Detach method is called on a context which has not been attached to any scheduler using the Attach method of a Scheduler object.
class improper_scheduler_detach : public std::exception;
Members
Public Constructors
Name |
Description |
---|---|
improper_scheduler_detach::improper_scheduler_detach Constructor |
Overloaded. Constructs an improper_scheduler_detach object. |
Inheritance Hierarchy
exception
improper_scheduler_detach
Requirements
Header: concrt.h
Namespace: concurrency