context_self_unblock Class

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

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.

Syntax

class context_self_unblock : public std::exception;  

Members

Public Constructors

Name Description
context_self_unblock::context_self_unblock Constructor Overloaded. Constructs a context_self_unblock object.

Inheritance Hierarchy

exception

context_self_unblock

Requirements

Header: concrt.h

Namespace: concurrency

context_self_unblock::context_self_unblock Constructor

Constructs a context_self_unblock object.

explicit _CRTIMP context_self_unblock(_In_z_ const char* _Message) throw();

 
context_self_unblock() throw();

Parameters

_Message
A descriptive message of the error.

See Also

concurrency Namespace