Table of Contents

Class ElementStoppedException

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

The exception that is thrown when an operation is performed on a stopped element.

public class ElementStoppedException : DmsException
Inheritance
ElementStoppedException
Extension Methods

Constructors

ElementStoppedException()

Initializes a new instance of the ElementStoppedException class.

ElementStoppedException(DmsElementId, Exception)

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

ElementStoppedException(SerializationInfo, StreamingContext)

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

ElementStoppedException(string)

Initializes a new instance of the ElementStoppedException class.

ElementStoppedException(string, Exception)

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