public ValueParseException(PropertyInfo property, ValueNode node, ParseException exception)
     : this(property, node, exception.FriendlyMessage, exception)
 {
 }
 public ValueParseException(ReaderContext context, ParseException exception)
     : this(context.Property, context.Node, exception)
 {
 }