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

This class describes an exception thrown when the Reference method is called on a Scheduler object that is shutting down, from a context that is not part of that scheduler. More...

#include <concrt.h>

Inheritance diagram for Concurrency::improper_scheduler_reference:

Public Member Functions

_CRTIMP improper_scheduler_reference (_In_z_ const char *_Message) throw ()
 Constructs an improper_scheduler_reference object. More...
 
_CRTIMP improper_scheduler_reference () throw ()
 Constructs an improper_scheduler_reference object. More...
 

Detailed Description

This class describes an exception thrown when the Reference method is called on a Scheduler object that is shutting down, from a context that is not part of that scheduler.

See also
Scheduler Class, Scheduler::Reference Method

Constructor & Destructor Documentation

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

Constructs an improper_scheduler_reference object.

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

Constructs an improper_scheduler_reference object.


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