2 references to DataGridView_SizeTooLarge
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
27458
throw new ArgumentOutOfRangeException(nameof(width), width, string.Format(SR.
DataGridView_SizeTooLarge
, (UpperSize).ToString(CultureInfo.CurrentCulture)));
27463
throw new ArgumentOutOfRangeException(nameof(height), height, string.Format(SR.
DataGridView_SizeTooLarge
, (UpperSize).ToString(CultureInfo.CurrentCulture)));