Click or drag to resize

TestAllProjectsInFolderUnhandledExceptionHandlerEhWpfDispatcher_UnhandledException Method

[Missing <summary> documentation for "M:Altaxo.Main.Commands.TestAllProjectsInFolder.UnhandledExceptionHandler.EhWpfDispatcher_UnhandledException(System.Object,System.Object,System.Exception)"]


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

Parameters

sender  Object

[Missing <param name="sender"/> documentation for "M:Altaxo.Main.Commands.TestAllProjectsInFolder.UnhandledExceptionHandler.EhWpfDispatcher_UnhandledException(System.Object,System.Object,System.Exception)"]

dispatcher  Object

[Missing <param name="dispatcher"/> documentation for "M:Altaxo.Main.Commands.TestAllProjectsInFolder.UnhandledExceptionHandler.EhWpfDispatcher_UnhandledException(System.Object,System.Object,System.Exception)"]

exception  Exception

[Missing <param name="exception"/> documentation for "M:Altaxo.Main.Commands.TestAllProjectsInFolder.UnhandledExceptionHandler.EhWpfDispatcher_UnhandledException(System.Object,System.Object,System.Exception)"]

Implements

IUnhandledExceptionHandlerEhWpfDispatcher_UnhandledException(Object, Object, Exception)
See Also