Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class describes an exception that is thrown whenever 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.
class context_self_unblock : public std::exception;
Members
Public Constructors
Name |
Description |
---|---|
Overloaded. Constructs a context_self_unblock object. |
Inheritance Hierarchy
exception
Requirements
Header: concrt.h
Namespace: Concurrency