STLdoc
STLdocumentation
|
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.
More...
#include <concrt.h>
Public Member Functions | |
_CRTIMP | improper_scheduler_detach (_In_z_ const char *_Message) throw () |
Constructs an improper_scheduler_detach object. More... | |
_CRTIMP | improper_scheduler_detach () throw () |
Constructs an improper_scheduler_detach object. More... | |
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.
|
explicit |
Constructs an improper_scheduler_detach
object.
_Message | A descriptive message of the error. |
_CRTIMP Concurrency::improper_scheduler_detach::improper_scheduler_detach | ( | ) | ||
throw | ( | |||
) |
Constructs an improper_scheduler_detach
object.