Table of Contents

Constructor ConditionMergeException

Namespace
Skyline.DataMiner.Net.AlarmTemplateHelper.Exceptions
Assembly
SLNetTypes.dll

ConditionMergeException()

Initializes a new instance of the ConditionMergeException class.

public ConditionMergeException()

ConditionMergeException(string, string)

Initializes a new instance of the ConditionMergeException class using the specified condition name and target alarm template.

public ConditionMergeException(string conditionName, string targetAlarmTemplate)

Parameters

conditionName string

The condition name.

targetAlarmTemplate string

The target alarm template.