Class FailedParseAlarmPropertyException
The exception that is thrown when parsing failed for an alarm property.
public class FailedParseAlarmPropertyException : Exception
- Inheritance
-
FailedParseAlarmPropertyException
- Extension Methods
Constructors
- FailedParseAlarmPropertyException()
Initializes a new instance of the FailedParseAlarmPropertyException class.
- FailedParseAlarmPropertyException(string)
Initializes a new instance of the FailedParseAlarmPropertyException class using the specified message.
- FailedParseAlarmPropertyException(string, Exception)
Initializes a new instance of the FailedParseAlarmPropertyException class using the specified message and inner exception.