项目中遇到的些错误日志-1

1、子类如果与父类的属性名重名了,

  在 action 中直接接收参数

   public ActionResult getMenu(MenuDTO dto){}

  会报这么个错

System.ArgumentException: 已添加了具有相同键的项。(An item with the same key has already been added)
....

错误网上找了下:http://www.cnblogs.com/dudu/p/an_item_with_the_same_key_has_already_been_added.html
不过我用的 mvc 4.0 的

还没看,有空的时候看看

2015-11-13 15:24 北京

你可能感兴趣的:(项目中遇到的些错误日志-1)