Constructor RuleParseException
- Namespace
- RuleWright.Serialization
- Assembly
- RuleWright.Serialization.dll
RuleParseException(string)
Creates the exception with a message.
public RuleParseException(string message)
Parameters
messagestringThe error message.
RuleParseException(string, Exception)
Creates the exception with a message and the JSON library's original error.
public RuleParseException(string message, Exception innerException)