Exemplo n.º 1
0
 public ValueParseException(PropertyInfo property, ValueNode node, ParseException exception)
     : this(property, node, exception.FriendlyMessage, exception)
 {
 }
Exemplo n.º 2
0
 public ValueParseException(ReaderContext context, ParseException exception)
     : this(context.Property, context.Node, exception)
 {
 }