4 references to DataGridViewCell_FormattedValueTypeNull
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
1659
exception = new FormatException(SR.
DataGridViewCell_FormattedValueTypeNull
);
3721
throw new FormatException(SR.
DataGridViewCell_FormattedValueTypeNull
);
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (2)
59
throw new ArgumentException(SR.
DataGridViewCell_FormattedValueTypeNull
);
127
throw new InvalidOperationException(SR.
DataGridViewCell_FormattedValueTypeNull
);