6 references to InvalidLowBoundArgumentEx
System.Drawing.Common (6)
System\Drawing\Printing\Margins.cs (1)
172
throw new ArgumentOutOfRangeException(name, margin, SR.Format(SR.
InvalidLowBoundArgumentEx
, name, margin, 0));
System\Drawing\Printing\PrinterSettings.cs (5)
59
throw new ArgumentException(SR.Format(SR.
InvalidLowBoundArgumentEx
, nameof(value), value, 0));
113
throw new ArgumentException(SR.Format(SR.
InvalidLowBoundArgumentEx
, nameof(value), value, 0));
218
throw new ArgumentException(SR.Format(SR.
InvalidLowBoundArgumentEx
, nameof(value), value, 0));
235
throw new ArgumentException(SR.Format(SR.
InvalidLowBoundArgumentEx
, nameof(value), value, 0));
423
throw new ArgumentException(SR.Format(SR.
InvalidLowBoundArgumentEx
, nameof(value), value, 0));