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

SemaphoreFullException() protected method

protected SemaphoreFullException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System
        protected SemaphoreFullException(SerializationInfo info, StreamingContext context) : base (info, context) {
        }
    }

Same methods

SemaphoreFullException::SemaphoreFullException ( ) : System
SemaphoreFullException::SemaphoreFullException ( String message ) : System
SemaphoreFullException::SemaphoreFullException ( String message, Exception innerException ) : System
SemaphoreFullException