系统发生了未处理的异常

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) 在 ZhlDal.D_ProductsInfo.GetListPage() 在 ZhlDal.D_ProductsInfo.Operater() 在 ZhlDal.BaseOperate.GetResult() 在 ZhlFactory.Coom.getJson(String strJson) 在 ZhlBll.B_ProductsInfo.GetJsonPage(String json) 在 ZhlBooth.BoothController.productDetail(String id)
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)