Click or drag to resize

IUnhandledExceptionHandler Interface

Defines handlers for otherwise unhandled exceptions raised by supported application hosts.

Namespace: Altaxo.Main.Services.ExceptionHandling
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IUnhandledExceptionHandler

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