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.3572.0 (4.8.3572.0)
Syntaxvoid 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