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

This class describes an exception thrown when the Attach method is called on a Scheduler object which is already attached to the current context. More...

#include <concrt.h>

Inheritance diagram for Concurrency::improper_scheduler_attach:

Public Member Functions

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

Detailed Description

This class describes an exception thrown when the Attach method is called on a Scheduler object which is already attached to the current context.

See also
Scheduler Class, Scheduler::Attach Method

Constructor & Destructor Documentation

_CONCRTIMP Concurrency::improper_scheduler_attach::improper_scheduler_attach ( _In_z_ const char *  _Message)
throw (
)
explicit

Constructs an improper_scheduler_attach object.

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

Constructs an improper_scheduler_attach object.


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