コード例 #1
0
 public void SetValue(object target, object value)
 {
     try
     {
         Class194.smethod_24(this.memberInfo_0, target, value);
     }
     catch (Exception exception)
     {
         throw new JsonSerializationException("Error setting value to '{0}' on '{1}'.".smethod_1(CultureInfo.InvariantCulture, this.memberInfo_0.Name, target.GetType()), exception);
     }
 }