STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
Concurrency::invalid_scheduler_policy_key Class Reference

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>

Inheritance diagram for Concurrency::invalid_scheduler_policy_key:

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...
 

Detailed Description

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.

See also
SchedulerPolicy Class, PolicyElementKey Enumeration, SchedulerPolicy::SetPolicyValue Method, SchedulerPolicy::SetConcurrencyLimits Method

Constructor & Destructor Documentation

_CRTIMP Concurrency::invalid_scheduler_policy_key::invalid_scheduler_policy_key ( _In_z_ const char *  _Message)
throw (
)
explicit

Constructs an invalid_scheduler_policy_key object.

Parameters
_MessageA descriptive message of the error.
_CRTIMP Concurrency::invalid_scheduler_policy_key::invalid_scheduler_policy_key ( )
throw (
)

Constructs an invalid_scheduler_policy_key object.


The documentation for this class was generated from the following file: