应用程序中的错误消息 [英] Error message in application

查看:97
本文介绍了应用程序中的错误消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

值不能为null。\\\\\\ _参数名称:oldValue JSONRPCError:值不能为null。\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\知道我为什么收到这条消息吗?



我尝试过:



值不能为null。\\\\\\ _参数名称:oldValue JSONRPCError:值不能为null。\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\知道我为什么收到这条消息?

Value cannot be null.\r\Parameter name: oldValue JSONRPCError: Value cannot be null.\r\Parameter name: oldValue

Anyone know why I'm getting this message?

What I have tried:

Value cannot be null.\r\Parameter name: oldValue JSONRPCError: Value cannot be null.\r\Parameter name: oldValue

Anyone know why I'm getting this message?

推荐答案

你要将null作为值传递给oldValue参数,要么你根本没有传递oldValue参数。此外,oldValue参数是必需的,因此不能为null。
You are either passing null as a value to the oldValue parameter, or you're not passing an oldValue parameter at all. Further the oldValue parameter is mandatory so cannot be null.


这篇关于应用程序中的错误消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆