STLdoc
STLdocumentation
|
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.
More...
#include <concrt.h>
Public Member Functions | |
_CONCRTIMP | invalid_scheduler_policy_thread_specification (_In_z_ const char *_Message) throw () |
Constructs an invalid_scheduler_policy_value object. More... | |
_CONCRTIMP | invalid_scheduler_policy_thread_specification () throw () |
Constructs an invalid_scheduler_policy_value object. More... | |
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.
|
explicit |
Constructs an invalid_scheduler_policy_value
object.
_Message | A descriptive message of the error. |
_CONCRTIMP Concurrency::invalid_scheduler_policy_thread_specification::invalid_scheduler_policy_thread_specification | ( | ) | ||
throw | ( | |||
) |
Constructs an invalid_scheduler_policy_value
object.