Table of Contents

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)

Parameters

conditionName string

The condition name.

targetAlarmTemplate string

The target alarm template.

parameterID int

The parameter ID.

filter string

The filter.