System.Threading.SemaphoreFullException
namespace System.Threading
{
public class SemaphoreFullException : SystemException
{
public SemaphoreFullException();
protected SemaphoreFullException(SerializationInfo info, StreamingContext context);
public SemaphoreFullException(string message);
public SemaphoreFullException(string message, Exception innerException);
}
}