Table of Contents

Class ConditionMergeException

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

This exception that is thrown when the merging of conditions failed due to an equal name but different contents.

public class ConditionMergeException : Exception
Inheritance
ConditionMergeException
Extension Methods

Constructors

ConditionMergeException()

Initializes a new instance of the ConditionMergeException class.

ConditionMergeException(string, string)

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

Properties

ConditionName

Gets or sets the name of the condition that caused the merge exception.

TargetAlarmTemplate

Gets or sets the target AlarmTemplate where the condition should have been merged to.