Constructor AlarmPropertyNameDoesNotExistException
AlarmPropertyNameDoesNotExistException()
Initializes a new instance of the AlarmPropertyNameDoesNotExistException class.
public AlarmPropertyNameDoesNotExistException()
AlarmPropertyNameDoesNotExistException(string)
Initializes a new instance of the AlarmPropertyNameDoesNotExistException class using the specified message.
public AlarmPropertyNameDoesNotExistException(string message)
Parameters
message
stringThe error message that explains the reason for the exception.
AlarmPropertyNameDoesNotExistException(string, Exception)
Initializes a new instance of the AlarmPropertyNameDoesNotExistException class using the specified message and inner exception.
public AlarmPropertyNameDoesNotExistException(string message, Exception innerException)