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

This class describes an exception thrown when the CurrentScheduler::Detach method is called on a context which has not been attached to any scheduler using the Attach method of a Scheduler object. More...

#include <concrt.h>

Inheritance diagram for Concurrency::improper_scheduler_detach:

Public Member Functions

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

Detailed Description

This class describes an exception thrown when the CurrentScheduler::Detach method is called on a context which has not been attached to any scheduler using the Attach method of a Scheduler object.

See also
Scheduler Class, CurrentScheduler::Detach Method, Scheduler::Attach Method

Constructor & Destructor Documentation

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

Constructs an improper_scheduler_detach object.

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

Constructs an improper_scheduler_detach object.


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