C# Class Fibrous.Queues.QueueFullException

Inheritance: System.Exception
显示文件 Open project: chrisa23/Fibrous

Public Methods

Method Description
QueueFullException ( int count ) : System

Method Details

QueueFullException() public method

public QueueFullException ( int count ) : System
count int
return System