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