STLdoc
STLdocumentation
|
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>
Public Member Functions | |
_CRTIMP | context_self_unblock (_In_z_ const char *_Message) throw () |
Constructs a context_self_unblock object. More... | |
_CRTIMP | context_self_unblock () throw () |
Constructs a context_self_unblock object. More... | |
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.
|
explicit |
Constructs a context_self_unblock
object.
_Message | A descriptive message of the error. |
_CRTIMP Concurrency::context_self_unblock::context_self_unblock | ( | ) | ||
throw | ( | |||
) |
Constructs a context_self_unblock
object.