7 references to SmtpException
System.Net.Mail (7)
System\Net\Mail\SmtpCommands.cs (7)
104
throw new
SmtpException
(SR.net_webstatus_ServerProtocolViolation, serverResponse);
149
throw new
SmtpException
(SR.net_webstatus_ServerProtocolViolation, serverResponse);
188
throw new
SmtpException
(SR.net_webstatus_ServerProtocolViolation, lines[0].Line);
236
throw new
SmtpException
(SR.net_webstatus_ServerProtocolViolation, serverResponse);
281
throw new
SmtpException
(SR.net_webstatus_ServerProtocolViolation, response);
332
throw new
SmtpException
(SR.net_webstatus_ServerProtocolViolation, response);
389
throw new
SmtpException
(SR.net_webstatus_ServerProtocolViolation, response);