glade-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.System.SystemExceptionException 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.
Constructor
a
a Protected constructor.Constructor
a
a
a
a Public constructor.Constructor
a
a
a
a
a Public constructor.Constructor
Message content.
Name of missing handler.
Name of signal connection which failed.
Managed event information.
Delegate type.
Public constructor.PropertySystem.TypeThe type of delegate that was supposed to be connected to the signal.a PropertySystem.Reflection.EventInfoInformation about the event.a MethodSystem.Void
serialization info.
serialization context.
Gets object data.PropertySystem.StringThe name of the handler that was supposed to be connected.a PropertySystem.StringThe name of the signal that was supposed to be connected.a