Table of Contents

Constructor TreeViewDuplicateItemsException

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

TreeViewDuplicateItemsException()

Initializes a new instance of the TreeViewDuplicateItemsException class.

public TreeViewDuplicateItemsException()

TreeViewDuplicateItemsException(string)

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

public TreeViewDuplicateItemsException(string key)

Parameters

key string

The key of the duplicate tree view items.

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.

public TreeViewDuplicateItemsException(string key, Exception inner)

Parameters

key string

The key of the duplicate tree view items.

inner Exception

The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

TreeViewDuplicateItemsException(SerializationInfo, StreamingContext)

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

protected TreeViewDuplicateItemsException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.

context StreamingContext

The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.