Table of Contents

Class OverlappingWidgetsException

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

This exception is used to indicate that two widgets have overlapping positions on the same dialog.

public class OverlappingWidgetsException : Exception
Inheritance
OverlappingWidgetsException
Extension Methods

Constructors

OverlappingWidgetsException()

Initializes a new instance of the OverlappingWidgetsException class.

OverlappingWidgetsException(SerializationInfo, StreamingContext)

Initializes a new instance of the OverlappingWidgetsException class with the serialized data.

OverlappingWidgetsException(string)

Initializes a new instance of the OverlappingWidgetsException class with a specified error message.

OverlappingWidgetsException(string, Exception)

Initializes a new instance of the OverlappingWidgetsException class with a specified error message and a reference to the inner exception that is the cause of this exception.