Table of Contents

Class ElementNotFoundException

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

The exception that is thrown when performing actions on an element that was not found.

public class ElementNotFoundException : DmsException
Inheritance
ElementNotFoundException
Extension Methods

Constructors

ElementNotFoundException()

Initializes a new instance of the ElementNotFoundException class.

ElementNotFoundException(DmsElementId)

Initializes a new instance of the ElementNotFoundException class.

ElementNotFoundException(DmsElementId, Exception)

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

ElementNotFoundException(int, int)

Initializes a new instance of the ElementNotFoundException class.

ElementNotFoundException(SerializationInfo, StreamingContext)

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

ElementNotFoundException(string)

Initializes a new instance of the ElementNotFoundException class.

ElementNotFoundException(string, Exception)

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