Click or drag to resize

IUnhandledExceptionHandler Interface

[Missing <summary> documentation for "T:Altaxo.Main.Services.ExceptionHandling.IUnhandledExceptionHandler"]


Namespace: Altaxo.Main.Services.ExceptionHandling
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.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