Click or drag to resize

IUnhandledExceptionHandlerService Interface

Interface to a service that registers one or more handlers that are able to handle (otherwise) unhandled exceptions in the application.

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

The IUnhandledExceptionHandlerService type exposes the following members.

Methods
 NameDescription
Public methodAddHandler Registers a handler and puts them on top of the list. If the flag isExclusive is set to true, all handlers below the newly registered handler are not called.
Public methodRemoveHandler Unregisters the handler.
Top
See Also