Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.
Syntax
class improper_scheduler_detach : public std::exception;
Members
Public Constructors
Name | Description |
---|---|
improper_scheduler_detach | Overloaded. Constructs an improper_scheduler_detach object. |
Inheritance Hierarchy
exception
improper_scheduler_detach
Requirements
Header: concrt.h
Namespace: concurrency
improper_scheduler_detach
Constructs an improper_scheduler_detach
object.
explicit _CRTIMP improper_scheduler_detach(_In_z_ const char* _Message) throw();
improper_scheduler_detach() throw();
Parameters
_Message
A descriptive message of the error.