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

SemaphoreFullException() public method

public SemaphoreFullException ( String message, Exception innerException ) : System
message String
innerException System.Exception
return System
        public SemaphoreFullException(String message, Exception innerException) : base(message, innerException) {
        }
        

Same methods

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