Click or drag to resize

TestAllProjectsInFolderUnhandledExceptionHandlerEhCurrentDomain_UnhandledException Method

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

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

Parameters

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

Implements

IUnhandledExceptionHandlerEhCurrentDomain_UnhandledException(Object, UnhandledExceptionEventArgs)
See Also