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