IUnhandledExceptionHandlerServiceRemoveHandler Method |
Unregisters the handler.
Namespace: Altaxo.Main.Services.ExceptionHandlingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxbool RemoveHandler(
IUnhandledExceptionHandler handler
)
Parameters
- handler IUnhandledExceptionHandler
- The handler to unregister.
Return Value
Booleantrue if the handler was removed successfully; otherwise,
false.
See Also