SemaphoreFaultedException 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 thrown when a ReentrantSemaphore is in a faulted state.
public class SemaphoreFaultedException : InvalidOperationException
type SemaphoreFaultedException = class
inherit InvalidOperationException
Public Class SemaphoreFaultedException
Inherits InvalidOperationException
- Inheritance
-
SemaphoreFaultedException
Constructors
SemaphoreFaultedException() |
Initializes a new instance of the SemaphoreFaultedException class. |