提问人:Go Green 提问时间:9/21/2023 更新时间:9/21/2023 访问量:47
我想忽略 C# DataGridview 中的错误警报
I want to ignore error alerts in C# DataGridview
问:
我正在使用 C# DatagridView,但出现此错误。
这是日志
Consulte o final desta mensagem para obter detalhes sobre como chamar a
depuração just-in-time (JIT) em vez desta caixa de diálogo.
************** Texto de Exceção **************
System.NullReferenceException: Referência de objeto não definida para uma instância de um objeto.
em System.Windows.Forms.DataGridViewRow.GetErrorText(Int32 rowIndex)
em System.Windows.Forms.DataGridViewRow.Paint(Graphics graphics, Rectangle clipBounds, Rectangle rowBounds, Int32 rowIndex, DataGridViewElementStates rowState, Boolean isFirstDisplayedRow, Boolean isLastVisibleRow)
em System.Windows.Forms.DataGridView.PaintRows(Graphics g, Rectangle boundingRect, Rectangle clipRect, Boolean singleHorizontalBorderAdded)
em System.Windows.Forms.DataGridView.PaintGrid(Graphics g, Rectangle gridBounds, Rectangle clipRect, Boolean singleVerticalBorderAdded, Boolean singleHorizontalBorderAdded)
em System.Windows.Forms.DataGridView.OnPaint(PaintEventArgs e)
em System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
em System.Windows.Forms.Control.WmPaint(Message& m)
em System.Windows.Forms.Control.WndProc(Message& m)
em System.Windows.Forms.DataGridView.WndProc(Message& m)
em System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
em System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
em System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
我想忽略此错误,因为它们显示错误警报。 我该如何解决?
答: 暂无答案
评论
null