Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.29 KB

context-self-unblock-class.md

File metadata and controls

56 lines (36 loc) · 1.29 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: context_self_unblock Class
context_self_unblock Class
11/04/2016
context_self_unblock
CONCRT/concurrency::context_self_unblock
CONCRT/concurrency::context_self_unblock::context_self_unblock
context_self_unblock class
9601cd28-4f40-4c2e-89ab-747068956331

context_self_unblock Class

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 Overloaded. Constructs a context_self_unblock object.

Inheritance Hierarchy

exception

context_self_unblock

Requirements

Header: concrt.h

Namespace: concurrency

context_self_unblock

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