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