improper_scheduler_detach 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 CurrentScheduler::Detach method is called on a context which has not been attached to any scheduler using the Attach method of a Scheduler object.
class improper_scheduler_detach : public std::exception;
Public Constructors
| Name | Description |
|---|---|
| improper_scheduler_detach::improper_scheduler_detach Constructor | Overloaded. Constructs an improper_scheduler_detach object. |
exception
improper_scheduler_detach
Header: concrt.h
Namespace: concurrency
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.
Show: