IllegalSemaphoreUsageException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exception which is thrown when the contract of a ReentrantSemaphore is violated.
public class IllegalSemaphoreUsageException : InvalidOperationException
type IllegalSemaphoreUsageException = class
inherit InvalidOperationException
Public Class IllegalSemaphoreUsageException
Inherits InvalidOperationException
- Inheritance
-
IllegalSemaphoreUsageException
Constructors
IllegalSemaphoreUsageException(String) |
Initializes a new instance of the IllegalSemaphoreUsageException class. |