系统发生了未处理的异常
This is the rescue page and it is supposed to show you a nice message.
View the source for more details on the exception, though.
ArgumentException
输入字符串的格式不正确。不能在 ID 列中存储 <未将对象引用设置到对象的实例。>。所需类型是 Int32。
堆栈:
在 System.Data.DataColumn.set_Item(Int32 record, Object value)
在 System.Data.DataRow.set_Item(DataColumn column, Object value)
在 System.Data.DataRow.set_Item(Int32 columnIndex, Object value)
在 Build_Dal.D_ProductsInfo.GetListPage()
在 Build_Dal.D_ProductsInfo.Operater()
在 Build_Dal.BaseOperate.GetResult()
在 Build_Factory.Coom.getJson(String strJson)
在 Build_Bll.B_OrderInfo.GetJsonPage(String json)
在 Build_Web.ShowInfoController.index(String pi, String id, String tid, String key, String bid)
Inner exception:
FormatException
输入字符串的格式不正确。
堆栈:
在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
在 System.String.System.IConvertible.ToInt32(IFormatProvider provider)
在 System.Data.Common.Int32Storage.Set(Int32 record, Object value)
在 System.Data.DataColumn.set_Item(Int32 record, Object value)