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

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>

Inheritance diagram for Concurrency::invalid_scheduler_policy_thread_specification:

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

Detailed Description

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.

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

Constructor & Destructor Documentation

_CONCRTIMP Concurrency::invalid_scheduler_policy_thread_specification::invalid_scheduler_policy_thread_specification ( _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_thread_specification::invalid_scheduler_policy_thread_specification ( )
throw (
)

Constructs an invalid_scheduler_policy_value object.


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