7 references to SmtpException
System.Net.Mail (7)
System\Net\Mail\SmtpCommands.cs (7)
269
throw new
SmtpException
(SR.net_webstatus_ServerProtocolViolation, serverResponse);
321
throw new
SmtpException
(SR.net_webstatus_ServerProtocolViolation, serverResponse);
365
throw new
SmtpException
(SR.net_webstatus_ServerProtocolViolation, lines[0].Line);
421
throw new
SmtpException
(SR.net_webstatus_ServerProtocolViolation, serverResponse);
479
throw new
SmtpException
(SR.net_webstatus_ServerProtocolViolation, response);
538
throw new
SmtpException
(SR.net_webstatus_ServerProtocolViolation, response);
608
throw new
SmtpException
(SR.net_webstatus_ServerProtocolViolation, response);