Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class describes an exception thrown when the Attach
method is called on a Scheduler
object which is already attached to the current context.
Syntax
class improper_scheduler_attach : public std::exception;
Members
Public Constructors
Name | Description |
---|---|
improper_scheduler_attach | Overloaded. Constructs an improper_scheduler_attach object. |
Inheritance Hierarchy
exception
improper_scheduler_attach
Requirements
Header: concrt.h
Namespace: concurrency
improper_scheduler_attach
Constructs an improper_scheduler_attach
object.
explicit _CRTIMP improper_scheduler_attach(_In_z_ const char* _Message) throw();
improper_scheduler_attach() throw();
Parameters
_Message
A descriptive message of the error.