description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||||
---|---|---|---|---|---|---|---|---|---|
Learn more about: improper_scheduler_detach Class |
improper_scheduler_detach Class |
11/04/2016 |
|
|
30132102-c900-4951-a470-b63b4e3aa2d2 |
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;
Name | Description |
---|---|
improper_scheduler_detach | Overloaded. Constructs an improper_scheduler_detach object. |
exception
improper_scheduler_detach
Header: concrt.h
Namespace: concurrency
Constructs an improper_scheduler_detach
object.
explicit _CRTIMP improper_scheduler_detach(_In_z_ const char* _Message) throw();
improper_scheduler_detach() throw();
_Message
A descriptive message of the error.