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