Click or drag to resize

IUnhandledExceptionHandlerServiceRemoveHandler Method

Unregisters the handler.

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

Parameters

handler  IUnhandledExceptionHandler
The handler to unregister.

Return Value

Boolean
true if the handler was removed successfully; otherwise, false.
See Also