improper_scheduler_attach Class
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
This class describes an exception thrown when the Attach method is called on a Scheduler object which is already attached to the current context.
class improper_scheduler_attach : public std::exception;
Public Constructors
| Name | Description |
|---|---|
| improper_scheduler_attach::improper_scheduler_attach Constructor | Overloaded. Constructs an improper_scheduler_attach object. |
exception
improper_scheduler_attach
Header: concrt.h
Namespace: concurrency
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.
Show: