GLib
UnhandledExceptionHandler
GLib.UnhandledExceptionHandler Delegate
Reports unhandled exceptions.
Syntax
public delegate
void
UnhandledExceptionHandler
(
UnhandledExceptionArgs
args)
Parameters
args
Event arguments.
Remarks
Attach to
EventManager.UnhandledException
event to receive notification of exceptions in managed callback delegates.
Requirements
Namespace:
GLib
Assembly:
glib-sharp (in glib-sharp.dll)
Assembly Versions:
2.12.0.0
Since:
Gtk# 2.10