[Gtk-sharp-list] Gnome.PrintJob

Mike Kestner mkestner@ximian.com
Sun, 27 Jun 2004 18:56:48 -0500


On Sun, 2004-06-27 at 13:43, Ecmel Ercan wrote:

> Is there a way to subclass a Gnome.PrintJob?
> 
> When I try (including the old way) I get the following:
> 
> Unhandled Exception: System.InvalidOperationException: Can't override this constructor.

That "throw" is generated when the constructor takes parameters that the
generator can't figure out how to map to object properties at construct
time.  The constructor will need to be hidden with metadata and manually
implemented to handle the config param properly.

-- 
Mike Kestner <mkestner@ximian.com>