Click or drag to resize

TestAllProjectsInFolderUnhandledExceptionHandlerEhWindowsFormsApplication_ThreadException Method

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

Namespace: Altaxo.Main.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhWindowsFormsApplication_ThreadException(
	Object sender,
	ThreadExceptionEventArgs e
)

Parameters

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

Implements

IUnhandledExceptionHandlerEhWindowsFormsApplication_ThreadException(Object, ThreadExceptionEventArgs)
See Also