public ValueParseException(ReaderContext context, string friendlyMessage, Exception exception)
     : this(context.Property, context.Node, friendlyMessage, exception)
 {
 }
 public ValueParseException(ReaderContext context, ParseException exception)
     : this(context.Property, context.Node, exception)
 {
 }