Class AlarmPropertyNameDoesNotExistException
The exception that is thrown when no alarm property exists with the specified name.
public class AlarmPropertyNameDoesNotExistException : Exception
- Inheritance
-
AlarmPropertyNameDoesNotExistException
- Extension Methods
Constructors
- AlarmPropertyNameDoesNotExistException()
Initializes a new instance of the AlarmPropertyNameDoesNotExistException class.
- AlarmPropertyNameDoesNotExistException(string)
Initializes a new instance of the AlarmPropertyNameDoesNotExistException class using the specified message.
- AlarmPropertyNameDoesNotExistException(string, Exception)
Initializes a new instance of the AlarmPropertyNameDoesNotExistException class using the specified message and inner exception.