Table of Contents

Constructor ExceptionDialog

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

ExceptionDialog(IEngine)

Initializes a new instance of the ExceptionDialog class.

public ExceptionDialog(IEngine engine)

Parameters

engine IEngine

Link with DataMiner.

ExceptionDialog(IEngine, Exception)

Initializes a new instance of the ExceptionDialog class with a specific exception to be displayed.

public ExceptionDialog(IEngine engine, Exception exception)

Parameters

engine IEngine

Link with DataMiner.

exception Exception

Exception to be displayed by the exception dialog.