革博士程序V1仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
3.4 KiB

  1. 2024-04-29 13:30:48
  2. Global捕获到未处理异常:System.ArgumentException
  3. 异常信息:未能找到名为 Code2 的列。
  4. 参数名: columnName
  5. 异常堆栈: 在 System.Windows.Forms.DataGridViewCellCollection.get_Item(String columnName)
  6. 在 GeBoShi.UI.Product.ProductInfoFrm.cmbDefectModelFile_TextChanged(Object sender, EventArgs e) 位置 E:\CPL\迈沐智能项目\2023\革博士\源码\V1.0\LeatherProject\GeBoShi\UI\Product\ProductInfoFrm.cs:行号 287
  7. 在 System.Windows.Forms.Control.OnTextChanged(EventArgs e)
  8. 在 System.Windows.Forms.ComboBox.OnTextChanged(EventArgs e)
  9. 在 System.Windows.Forms.Control.set_Text(String value)
  10. 在 System.Windows.Forms.ComboBox.set_Text(String value)
  11. 在 System.Windows.Forms.ComboBox.UpdateText()
  12. 在 System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
  13. 在 System.Windows.Forms.ComboBox.set_SelectedItem(Object value)
  14. 在 GeBoShi.UI.Product.ProductInfoFrm..ctor(Product m) 位置 E:\CPL\迈沐智能项目\2023\革博士\源码\V1.0\LeatherProject\GeBoShi\UI\Product\ProductInfoFrm.cs:行号 50
  15. 在 GeBoShi.UI.Product.ProductListFrm.dataGridView1_CellDoubleClick(Object sender, DataGridViewCellEventArgs e) 位置 E:\CPL\迈沐智能项目\2023\革博士\源码\V1.0\LeatherProject\GeBoShi\UI\Product\ProductListFrm.cs:行号 156
  16. 在 System.Windows.Forms.DataGridView.OnCellDoubleClick(DataGridViewCellEventArgs e)
  17. 在 System.Windows.Forms.DataGridView.OnDoubleClick(EventArgs e)
  18. 在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  19. 在 System.Windows.Forms.Control.WndProc(Message& m)
  20. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  21. 2024-05-08 15:53:36
  22. Global捕获到未处理异常:System.ArgumentOutOfRangeException
  23. 异常信息:InvalidArgument=“0”的值对于“index”无效。
  24. 参数名: index
  25. 异常堆栈: 在 System.Windows.Forms.ComboBox.ObjectCollection.get_Item(Int32 index)
  26. 在 System.Windows.Forms.ComboBox.get_Text()
  27. 在 System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
  28. 在 System.Windows.Forms.ComboBox.WndProc(Message& m)
  29. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  30. 2024-05-08 15:53:51
  31. Global捕获到未处理异常:System.ArgumentOutOfRangeException
  32. 异常信息:InvalidArgument=“0”的值对于“index”无效。
  33. 参数名: index
  34. 异常堆栈: 在 System.Windows.Forms.ComboBox.ObjectCollection.get_Item(Int32 index)
  35. 在 System.Windows.Forms.ComboBox.get_Text()
  36. 在 GeBoShi.Main.cobList_TextUpdate(Object sender, EventArgs e) 位置 E:\CPL\迈沐智能项目\2023\革博士\源码\V1.0\LeatherProject\GeBoShi\Main.cs:行号 424
  37. 在 System.Windows.Forms.ComboBox.OnTextUpdate(EventArgs e)
  38. 在 System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
  39. 在 System.Windows.Forms.ComboBox.WndProc(Message& m)
  40. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  41. 2024-05-08 16:01:27
  42. Global捕获到未处理异常:System.InvalidOperationException
  43. 异常信息:集合已修改;可能无法执行枚举操作。
  44. 异常堆栈: 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
  45. 在 System.Collections.Generic.List`1.Enumerator.MoveNextRare()
  46. 在 GeBoShi.Main.<>c__DisplayClass40_0.<ShowUIEvent>b__0()