Click or drag to resize

IUnhandledExceptionHandlerServiceRemoveHandler Method

Unregisters the handler.

Namespace: Altaxo.Main.Services.ExceptionHandling
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool RemoveHandler(
	IUnhandledExceptionHandler handler
)

Parameters

handler  IUnhandledExceptionHandler
The handler to unregister.

Return Value

Boolean
True if the unregistering was successfull.
See Also