Class ExceptionDialog
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Dialog used to display an exception.
public class ExceptionDialog : Dialog
- Inheritance
-
ExceptionDialog
- Inherited Members
- Extension Methods
Constructors
- ExceptionDialog(IEngine)
Initializes a new instance of the ExceptionDialog class.
- ExceptionDialog(IEngine, Exception)
Initializes a new instance of the ExceptionDialog class with a specific exception to be displayed.
Properties
- Exception
Gets or sets the exception to be displayed by the exception dialog.
- OkButton
Gets the button that is displayed below the exception.