Class InvalidAlarmTemplateRowException
- Namespace
- Skyline.DataMiner.Net.AlarmTemplateHelper.Exceptions
- Assembly
- SLNetTypes.dll
The exception that is thrown when an AlarmTemplateRow is given to a method where the ID object does not correspond with the condition, filter or parameter ID.
public class InvalidAlarmTemplateRowException : Exception
- Inheritance
-
InvalidAlarmTemplateRowException
- Extension Methods
Constructors
- InvalidAlarmTemplateRowException()
Initializes a new instance of the InvalidAlarmTemplateRowException class.
- InvalidAlarmTemplateRowException(AlarmTemplateRow)
Initializes a new instance of the InvalidAlarmTemplateRowException class using the specified alarm template row.
Properties
- TemplateRow
Gets or sets the AlarmTemplateRow that is invalid.