SemaphoreFaultedException Class

Definition

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.

Applies to