Constructor FailedParseAlarmPropertyException
FailedParseAlarmPropertyException()
Initializes a new instance of the FailedParseAlarmPropertyException class.
public FailedParseAlarmPropertyException()
FailedParseAlarmPropertyException(string)
Initializes a new instance of the FailedParseAlarmPropertyException class using the specified message.
public FailedParseAlarmPropertyException(string message)
Parameters
message
string
FailedParseAlarmPropertyException(string, Exception)
Initializes a new instance of the FailedParseAlarmPropertyException class using the specified message and inner exception.
public FailedParseAlarmPropertyException(string message, Exception innerException)