invalid_scheduler_policy_value 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 a policy key of a SchedulerPolicy object is set to an invalid value for that key.
class invalid_scheduler_policy_value : public std::exception;
Public Constructors
| Name | Description |
|---|---|
| invalid_scheduler_policy_value::invalid_scheduler_policy_value Constructor | Overloaded. Constructs an invalid_scheduler_policy_value object. |
exception
invalid_scheduler_policy_value
Header: concrt.h
Namespace: concurrency
Constructs an invalid_scheduler_policy_value object.
explicit _CRTIMP invalid_scheduler_policy_thread_specification(_In_z_ const char* _Message) throw(); invalid_scheduler_policy_thread_specification() throw();
Parameters
_Message
A descriptive message of the error.
Show: