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

This class describes an exception thrown when a policy key of a SchedulerPolicy object is set to an invalid value for that key. More...

#include <concrt.h>

Inheritance diagram for Concurrency::invalid_scheduler_policy_value:

Public Member Functions

_CONCRTIMP invalid_scheduler_policy_value (_In_z_ const char *_Message) throw ()
 Constructs an invalid_scheduler_policy_value object. More...
 
_CONCRTIMP invalid_scheduler_policy_value () throw ()
 Constructs an invalid_scheduler_policy_value object. More...
 

Detailed Description

This class describes an exception thrown when a policy key of a SchedulerPolicy object is set to an invalid value for that key.

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

Constructor & Destructor Documentation

_CONCRTIMP Concurrency::invalid_scheduler_policy_value::invalid_scheduler_policy_value ( _In_z_ const char _Message)
throw (
)
explicit

Constructs an invalid_scheduler_policy_value object.

Parameters
_MessageA descriptive message of the error.
_CONCRTIMP Concurrency::invalid_scheduler_policy_value::invalid_scheduler_policy_value ( )
throw (
)

Constructs an invalid_scheduler_policy_value object.


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