2 references to TextParseFailedFormat
System.Drawing.Common (2)
System\Drawing\FontConverter.cs (1)
218
throw new ArgumentException(SR.Format(SR.
TextParseFailedFormat
, font, $"name{separator} size[units[{separator} style=style1[{separator} style2{separator} ...]]]"), nameof(value));
System\Drawing\Printing\MarginsConverter.cs (1)
52
throw new ArgumentException(SR.Format(SR.
TextParseFailedFormat
, text, "left, right, top, bottom"));