コード例 #1
0
 public ValueParseException(PropertyInfo property, ValueNode node, ParseException exception)
     : this(property, node, exception.FriendlyMessage, exception)
 {
 }
コード例 #2
0
 public ValueParseException(ReaderContext context, ParseException exception)
     : this(context.Property, context.Node, exception)
 {
 }