Class IllegalSemaphoreUsageException
- Namespace
- Microsoft.VisualStudio.Threading
- Assembly
- Microsoft.VisualStudio.Threading.dll
Exception which is thrown when the contract of a ReentrantSemaphore is violated.
public class IllegalSemaphoreUsageException : InvalidOperationException, ISerializable
- Inheritance
-
IllegalSemaphoreUsageException
- Implements
- Inherited Members
Constructors
IllegalSemaphoreUsageException(string)
Initializes a new instance of the IllegalSemaphoreUsageException class.
public IllegalSemaphoreUsageException(string message)
Parameters
message
string