STLdoc
STLdocumentation
|
This class describes an exception thrown when an invalid or unknown key is passed to a SchedulerPolicy
object constructor, or the SetPolicyValue
method of a SchedulerPolicy
object is passed a key that must be changed using other means such as the SetConcurrencyLimits
method.
More...
#include <concrt.h>
Public Member Functions | |
_CRTIMP | invalid_scheduler_policy_key (_In_z_ const char *_Message) throw () |
Constructs an invalid_scheduler_policy_key object. More... | |
_CRTIMP | invalid_scheduler_policy_key () throw () |
Constructs an invalid_scheduler_policy_key object. More... | |
This class describes an exception thrown when an invalid or unknown key is passed to a SchedulerPolicy
object constructor, or the SetPolicyValue
method of a SchedulerPolicy
object is passed a key that must be changed using other means such as the SetConcurrencyLimits
method.
|
explicit |
Constructs an invalid_scheduler_policy_key
object.
_Message | A descriptive message of the error. |
_CRTIMP Concurrency::invalid_scheduler_policy_key::invalid_scheduler_policy_key | ( | ) | ||
throw | ( | |||
) |
Constructs an invalid_scheduler_policy_key
object.