| description | Learn more about: invalid_scheduler_policy_thread_specification Class | |
|---|---|---|
| title | invalid_scheduler_policy_thread_specification Class | |
| ms.date | 11/04/2016 | |
| f1_keywords |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | 2d0fafb2-18f8-4284-8040-3db640d33303 |
This class describes an exception thrown when an attempt is made to set the concurrency limits of a SchedulerPolicy object such that the value of the MinConcurrency key is less than the value of the MaxConcurrency key.
class invalid_scheduler_policy_thread_specification : public std::exception;| Name | Description |
|---|---|
| [invalid_scheduler_policy_thread_specification](invalid-scheduler-policy-value-class.md#ctor | Overloaded. Constructs an invalid_scheduler_policy_value object. |
exception
invalid_scheduler_policy_thread_specification
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();_Message
A descriptive message of the error.