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