glade-sharp 2.10.0.0 Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Exception thrown when signal autoconnection fails. This class is the expression thrown, when signal autoconnection fails. This happens when you donot have the functions assigned in your callback section of the .glade file, present in your CIL assembly. You can rectify this exception by adding the corresponding function in your code, and recompiling the application. System.SystemException Property System.Type The type of delegate that was supposed to be connected to the signal. a Property System.String The name of the signal that was supposed to be connected. a Property System.String The name of the handler that was supposed to be connected. a Property System.Reflection.EventInfo Information about the event. a Constructor Public constructor. a a a a Constructor Protected constructor. a a Constructor Public constructor. a a a a a Constructor Message content. Name of missing handler. Name of signal connection which failed. Managed event information. Delegate type. Public constructor.