5 references to MailAddressInvalidFormat
System.Net.Mail (5)
System\Net\Mail\MailAddressParser.cs (3)
102throw new FormatException(SR.MailAddressInvalidFormat); 183throw new FormatException(SR.MailAddressInvalidFormat); 447throw new FormatException(SR.MailAddressInvalidFormat, e);
System\Net\Mail\WhitespaceReader.cs (2)
51throw new FormatException(SR.MailAddressInvalidFormat); 82throw new FormatException(SR.MailAddressInvalidFormat);