Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class describes an exception that is thrown whenever 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 via other means such as the SetConcurrencyLimits method.
class invalid_scheduler_policy_key : public std::exception;
Members
Public Constructors
Name |
Description |
---|---|
invalid_scheduler_policy_key::invalid_scheduler_policy_key Constructor |
Overloaded. Constructs an invalid_scheduler_policy_key object. |
Inheritance Hierarchy
exception
Requirements
Header: concrt.h
Namespace: Concurrency