Class ParameterDoesNotExistException
- Namespace
- Skyline.DataMiner.Net.AlarmTemplateHelper.Exceptions
- Assembly
- SLNetTypes.dll
The exception that is thrown when the parameter does not exist in the given AlarmTemplate.
public class ParameterDoesNotExistException : Exception
- Inheritance
-
ParameterDoesNotExistException
- Extension Methods
Constructors
- ParameterDoesNotExistException()
Initializes a new instance of the ParameterDoesNotExistException class.
- ParameterDoesNotExistException(string, string, int, string)
Initializes a new instance of the ParameterDoesNotExistException class using the specified condition name, target alarm template, parameter ID and filter.
Properties
- ConditionName
Gets or sets the name of the condition that is linked to the parameter.
- Filter
Gets or sets the filter value of the parameter that caused the exception.
- ParameterID
Gets or sets the ID of the parameter that caused the exception.
- TargetAlarmTemplate
Gets or sets the target AlarmTemplate where the parameter should have been found in.