This topic has not yet been rated - Rate this topic

improper_lock Class

This class describes an exception thrown when a lock is acquired improperly.

class improper_lock : public std::exception;

Name

Description

improper_lock::improper_lock Constructor

Overloaded. Constructs an improper_lock exception.

Typically, this exception is thrown when an attempt is made to acquire a non-reentrant lock recursively on the same context.

exception

improper_lock

Header: concrt.h

Namespace: concurrency

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.