Click or drag to resize

IUnhandledExceptionHandler Methods

The IUnhandledExceptionHandler type exposes the following members.

Methods
 NameDescription
Public methodEhCurrentDomain_UnhandledException Handles unhandled exceptions from the current domain (see "AppDomain.CurrentDomain.UnhandledException").
Public methodEhWindowsFormsApplication_ThreadException Handles unhandled exceptions from the Windows forms system (see "System.Windows.Forms.Application.ThreadException").
Public methodEhWpfDispatcher_UnhandledException Handles unhandled exceptions from the Wpf dispatcher (see "System.Windows.Threading.Dispatcher.CurrentDispatcher.UnhandledException").
Top
See Also