Click or drag to resize

IUnhandledExceptionHandlerEhWindowsFormsApplication_ThreadException Method

Handles unhandled exceptions from the Windows forms system (see "System.Windows.Forms.Application.ThreadException").

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

Parameters

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