Click or drag to resize

TestAllProjectsInFolderUnhandledExceptionHandlerEhWpfDispatcher_UnhandledException Method

Handles unhandled exceptions from the Wpf dispatcher (see "System.Windows.Threading.Dispatcher.CurrentDispatcher.UnhandledException").

Namespace: Altaxo.Main.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhWpfDispatcher_UnhandledException(
	Object sender,
	Object dispatcher,
	Exception exception
)

Parameters

sender  Object
The source of the event.
dispatcher  Object
The dispatcher that was part of the event args.
exception  Exception
The exception that was part of the event args.

Implements

IUnhandledExceptionHandlerEhWpfDispatcher_UnhandledException(Object, Object, Exception)
See Also