Table of Contents

Class TreeViewDuplicateItemsException

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

This exception is used to indicate that a tree view contains multiple items with the same key.

public class TreeViewDuplicateItemsException : Exception
Inheritance
TreeViewDuplicateItemsException
Extension Methods

Constructors

TreeViewDuplicateItemsException()

Initializes a new instance of the TreeViewDuplicateItemsException class.

TreeViewDuplicateItemsException(SerializationInfo, StreamingContext)

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

TreeViewDuplicateItemsException(string)

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

TreeViewDuplicateItemsException(string, Exception)

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