System.Threading.SemaphoreFullException.SemaphoreFullException C# (CSharp) Method

SemaphoreFullException() public method

public SemaphoreFullException ( ) : System
return System
        public SemaphoreFullException() : base(SR.GetString(SR.Threading_SemaphoreFullException)){
        }
    

Same methods

SemaphoreFullException::SemaphoreFullException ( SerializationInfo info, StreamingContext context ) : System
SemaphoreFullException::SemaphoreFullException ( String message ) : System
SemaphoreFullException::SemaphoreFullException ( String message, Exception innerException ) : System
SemaphoreFullException