Click or drag to resize

TestAllProjectsInFolderUnhandledExceptionHandler Constructor

Initializes a new instance of the TestAllProjectsInFolderUnhandledExceptionHandler class.

Namespace: Altaxo.Main.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public UnhandledExceptionHandler(
	TestAllProjectsInFolderReporter reporter
)

Parameters

reporter  TestAllProjectsInFolderReporter
The reporter used for logging.
See Also