Constructor InvalidAlarmTemplateRowException
- Namespace
- Skyline.DataMiner.Net.AlarmTemplateHelper.Exceptions
- Assembly
- SLNetTypes.dll
InvalidAlarmTemplateRowException()
Initializes a new instance of the InvalidAlarmTemplateRowException class.
public InvalidAlarmTemplateRowException()
InvalidAlarmTemplateRowException(AlarmTemplateRow)
Initializes a new instance of the InvalidAlarmTemplateRowException class using the specified alarm template row.
public InvalidAlarmTemplateRowException(AlarmTemplateRow templateRow)
Parameters
templateRow
AlarmTemplateRowThe template row.