语言

IllegalSemaphoreUsageException 类

定义

违反协定时引发的 ReentrantSemaphore 异常。

public class IllegalSemaphoreUsageException : InvalidOperationException
type IllegalSemaphoreUsageException = class
    inherit InvalidOperationException
Public Class IllegalSemaphoreUsageException
Inherits InvalidOperationException
继承
IllegalSemaphoreUsageException

构造函数

名称 说明
IllegalSemaphoreUsageException(String)

初始化 IllegalSemaphoreUsageException 类的新实例。

适用于