4 references to DataGridViewRowCollection_TooManyCells
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
11056throw new InvalidOperationException(SR.DataGridViewRowCollection_TooManyCells);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (3)
398throw new ArgumentException(SR.DataGridViewRowCollection_TooManyCells, nameof(dataGridViewRow)); 1481throw new ArgumentException(SR.DataGridViewRowCollection_TooManyCells, nameof(dataGridViewRow)); 1513throw new ArgumentException(SR.DataGridViewRowCollection_TooManyCells, nameof(dataGridViewRow));