Class ParameterNotFoundException
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
The exception that is thrown when an action is performed on a DataMiner element parameter that was not found.
public class ParameterNotFoundException : DmsException
- Inheritance
-
ParameterNotFoundException
- Extension Methods
Constructors
- ParameterNotFoundException()
Initializes a new instance of the ParameterNotFoundException class.
- ParameterNotFoundException(int, DmsElementId)
Initializes a new instance of the ParameterNotFoundException class with a specified DataMiner element parameter ID.
- ParameterNotFoundException(int, DmsElementId, Exception)
Initializes a new instance of the ParameterNotFoundException class with a specified DataMiner element parameter ID.
- ParameterNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the ParameterNotFoundException class with serialized data.
- ParameterNotFoundException(string)
Initializes a new instance of the ParameterNotFoundException class with a specified error message.
- ParameterNotFoundException(string, Exception)
Initializes a new instance of the ParameterNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.