.Net9.0 c# Microsoft.Data.SqlClientを使用していますが DataGridViewにBindingSourceを使用してDataTableをバインドしています。 CellContentClickイベント中にDataTableのデータを更新して BindingSourceのResetBindingsメソッドを実行すると CellContentClickイベントが終了したタイミングで System.NullReferenceException: 'Object reference not set to an instance of an object.' が発生します。