scheduler_not_attached 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 an operation is performed which requires a scheduler to be attached to the current context and one is not.
class scheduler_not_attached : public std::exception;
Public Constructors
| Name | Description |
|---|---|
| scheduler_not_attached::scheduler_not_attached Constructor | Overloaded. Constructs a scheduler_not_attached object. |
exception
scheduler_not_attached
Header: concrt.h
Namespace: concurrency
Constructs a scheduler_not_attached object.
explicit _CRTIMP scheduler_not_attached(_In_z_ const char* _Message) throw(); scheduler_not_attached() throw();
Parameters
_Message
A descriptive message of the error.
Show: