2 references to DataGridViewCell_FormattedValueHasWrongType
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
1663exception = new FormatException(SR.DataGridViewCell_FormattedValueHasWrongType); 3732throw new ArgumentException(SR.DataGridViewCell_FormattedValueHasWrongType, nameof(formattedValue));