Constructor ConditionDoesNotExistException
- Namespace
- Skyline.DataMiner.Net.AlarmTemplateHelper.Exceptions
- Assembly
- SLNetTypes.dll
ConditionDoesNotExistException()
Initializes a new instance of the ConditionDoesNotExistException class.
public ConditionDoesNotExistException()
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.
public ConditionDoesNotExistException(string conditionName, string targetAlarmTemplate, int parameterID, string filter)