IUnhandledExceptionHandlerServiceAddHandler Method |
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.
Namespace: Altaxo.Main.Services.ExceptionHandlingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void AddHandler(
IUnhandledExceptionHandler handler,
bool isExclusive
)
Parameters
- handler IUnhandledExceptionHandler
- The handler to register.
- isExclusive Boolean
- if set to true, the handlers below this handler are not called (until this handler unregisters).
See Also