improper_scheduler_attach Class
This class describes an exception thrown when the Attach
method is called on a Scheduler
object which is already attached to the current context.
C++
class improper_scheduler_attach : public std::exception;
Name | Description |
---|---|
improper_scheduler_attach | Overloaded. Constructs an improper_scheduler_attach object. |
exception
improper_scheduler_attach
Header: concrt.h
Namespace: concurrency
Constructs an improper_scheduler_attach
object.
C++
explicit _CRTIMP improper_scheduler_attach(_In_z_ const char* _Message) throw();
improper_scheduler_attach() throw();
_Message
A descriptive message of the error.