3 references to Threading_SemaphoreFullException
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\SemaphoreFullException.cs (3)
14public SemaphoreFullException() : base(SR.Threading_SemaphoreFullException) 18public SemaphoreFullException(string? message) : base(message ?? SR.Threading_SemaphoreFullException) 22public SemaphoreFullException(string? message, Exception? innerException) : base(message ?? SR.Threading_SemaphoreFullException, innerException)