IllegalSemaphoreUsageException Class

Definition

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.

Applies to