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
IEngineLink 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)