Click or drag to resize

TestAllProjectsInFolderUnhandledExceptionHandlerEhCurrentDomain_UnhandledException Method

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


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

Parameters

sender  Object

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

e  UnhandledExceptionEventArgs

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

Implements

IUnhandledExceptionHandlerEhCurrentDomain_UnhandledException(Object, UnhandledExceptionEventArgs)
See Also