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

This class describes an exception thrown when the Scheduler::SetDefaultSchedulerPolicy method is called when a default scheduler already exists within the process. More...

#include <concrt.h>

Inheritance diagram for Concurrency::default_scheduler_exists:

Public Member Functions

_CRTIMP default_scheduler_exists (_In_z_ const char *_Message) throw ()
 Constructs a default_scheduler_exists object. More...
 
_CRTIMP default_scheduler_exists () throw ()
 Constructs a default_scheduler_exists object. More...
 

Detailed Description

This class describes an exception thrown when the Scheduler::SetDefaultSchedulerPolicy method is called when a default scheduler already exists within the process.

See also
Scheduler::SetDefaultSchedulerPolicy Method

Constructor & Destructor Documentation

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

Constructs a default_scheduler_exists object.

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

Constructs a default_scheduler_exists object.


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