言語

IllegalSemaphoreUsageException クラス

定義

ReentrantSemaphoreのコントラクトに違反するとスローされる例外。

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

コンストラクター

名前 説明
IllegalSemaphoreUsageException(String)

IllegalSemaphoreUsageException クラスの新しいインスタンスを初期化します。

適用対象