Table of Contents

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)

Parameters

conditionName string

The condition name.

targetAlarmTemplate string

The target alarm template.

parameterID int

The parameter ID.

filter string

The filter.