报错日志如下:
2022-04-18 12:18:30:184 Message 指定的参数已超出有效值的范围。
参数名: columnIndex
2022-04-18 12:18:30:189 StackTrace 在 System.Windows.Forms.DataGridViewCellEventArgs..ctor(Int32 columnIndex, Int32 rowIndex)
在 System.Windows.Forms.DataGridView.UpdateMouseEnteredCell(HitTestInfo hti, MouseEventArgs e)
在 System.Windows.Forms.DataGridView.OnMouseMove(MouseEventArgs e)
在 System.Windows.Forms.Control.WmMouseMove(Message& m)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.DataGridView.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
和dataGridView相关的事件,全部使用了异常try catch并且Dgv_detail_DataError事件也有,即使是这样,程序还是异常退出了。。。
先记录问题,在找资料排查