Click or drag to resize

IUnhandledExceptionHandlerEhCurrentDomain_UnhandledException Method

Handles unhandled exceptions from the current domain (see "AppDomain.CurrentDomain.UnhandledException").

Namespace: Altaxo.Main.Services.ExceptionHandling
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void EhCurrentDomain_UnhandledException(
	Object sender,
	UnhandledExceptionEventArgs e
)

Parameters

sender  Object
The source of the event.
e  UnhandledExceptionEventArgs
The UnhandledExceptionEventArgs instance containing the event data.
See Also