Class RuleParseException
- Namespace
- RuleWright.Serialization
- Assembly
- RuleWright.Serialization.dll
Thrown when JSON text cannot be parsed at all (malformed JSON), as opposed to well-formed JSON that fails schema validation (RuleValidationException).
public sealed class RuleParseException : RuleWrightException, ISerializable
- Inheritance
-
RuleParseException
- Implements
- Inherited Members
Constructors
- RuleParseException(string)
Creates the exception with a message.
- RuleParseException(string, Exception)
Creates the exception with a message and the JSON library's original error.