7 references to MailAddressInvalidFormat
System.Net.Mail (7)
System\Net\Mail\MailAddress.cs (1)
148throw new FormatException(SR.MailAddressInvalidFormat);
System\Net\Mail\MailAddressParser.cs (4)
79throw new FormatException(SR.MailAddressInvalidFormat); 116throw new FormatException(SR.MailAddressInvalidFormat); 197throw new FormatException(SR.MailAddressInvalidFormat); 461throw new FormatException(SR.MailAddressInvalidFormat, e);
System\Net\Mail\WhitespaceReader.cs (2)
51throw new FormatException(SR.MailAddressInvalidFormat); 82throw new FormatException(SR.MailAddressInvalidFormat);