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

This class describes an exception thrown when an operation is performed which requires a scheduler to be attached to the current context and one is not. More...

#include <concrt.h>

Inheritance diagram for Concurrency::scheduler_not_attached:

Public Member Functions

_CONCRTIMP scheduler_not_attached (_In_z_ const char *_Message) throw ()
 Constructs a scheduler_not_attached object. More...
 
_CONCRTIMP scheduler_not_attached () throw ()
 Constructs a scheduler_not_attached object. More...
 

Detailed Description

This class describes an exception thrown when an operation is performed which requires a scheduler to be attached to the current context and one is not.

See also
Scheduler Class, Scheduler::Attach Method

Constructor & Destructor Documentation

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

Constructs a scheduler_not_attached object.

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

Constructs a scheduler_not_attached object.


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