以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  [求助]请问这个错误是什么意思,服务端的  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=147291)

--  作者:智友软件工作室
--  发布时间:2020/3/13 13:29:00
--  [求助]请问这个错误是什么意思,服务端的
2020-03-12 10:39:55.0193
调用的目标发生了异常。
   在 System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   在 System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   在 System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   在 Foxtable.UserFunctions.Execute(String Name, Object[] Args)
Error reading JObject from JsonReader. Path \'\', line 0, position 0.
   在 Newtonsoft.Json.Linq.JObject.Load(JsonReader reader, JsonLoadSettings settings)
   在 Newtonsoft.Json.Linq.JObject.Parse(String json, JsonLoadSettings settings)
   在 Newtonsoft.Json.Linq.JObject.Parse(String json)
   在 UserCode.A5aMxMdOG3u5PjZbm(Object[] Args)

--  作者:有点蓝
--  发布时间:2020/3/13 13:32:00
--  
JObject.Parse解析json字符串的时候,json字符串没有值,或者不是合法的json格式