Castle.MicroKernel.Lifestyle.Pool.PoolException
namespace Castle.MicroKernel.Lifestyle.Pool
{
public class PoolException : Exception
{
public PoolException(string message);
public PoolException(SerializationInfo info, StreamingContext context);
}
}