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

This class describes an exception thrown when the Unblock method of a Context object is called from the same context. This would indicate an attempt by a given context to unblock itself. More...

#include <concrt.h>

Inheritance diagram for Concurrency::context_self_unblock:

Public Member Functions

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

Detailed Description

This class describes an exception thrown when the Unblock method of a Context object is called from the same context. This would indicate an attempt by a given context to unblock itself.

See also
Context Class, Context::Unblock Method

Constructor & Destructor Documentation

_CONCRTIMP Concurrency::context_self_unblock::context_self_unblock ( _In_z_ const char _Message)
throw (
)
explicit

Constructs a context_self_unblock object.

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

Constructs a context_self_unblock object.


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