It would be quite nice to be able to inherit constructors. Often I am subclassing to change behavior or add functionality, without changing the fundamental requirements for constructing an instance.
(e.g AstronomicalCalculator with basic things like sunrise and sunset, and ComplexAstronomicalCalculator which takes into account elevation - both need latitude and longitude).