1 type derived from SmtpException
System (1)
net\System\Net\mail\SmtpFailedRecipientException.cs (1)
15public class SmtpFailedRecipientException : SmtpException, ISerializable
10 instantiations of SmtpException
System (10)
net\System\Net\mail\SmtpCommands.cs (7)
267throw new SmtpException(statusCode,serverResponse,true); 327throw new SmtpException(statusCode, serverResponse, true); 378throw new SmtpException(lines[0].StatusCode, lines[0].Line, true); 434throw new SmtpException(statusCode, serverResponse, true); 491throw new SmtpException(statusCode, response, true); 549throw new SmtpException(statusCode, response, true); 620throw new SmtpException(statusCode, response, true);
net\System\Net\mail\smtpconnection.cs (3)
364throw new SmtpException(info.StatusCode, info.Line, true); 729throw new SmtpException(info.StatusCode, info.Line, true); 759thisPtr.InvokeCallback(new SmtpException(info.StatusCode, info.Line, true));
8 references to SmtpException
System (8)
net\System\Net\mail\iisPickupDirectory.cs (1)
454exception is SmtpException)
net\System\Net\mail\SmtpClient.cs (4)
543e is SmtpException) 685e is SmtpException) 821if (!(exception is SmtpException)) { 831catch (SmtpException se) {
net\System\Net\mail\smtpconnection.cs (3)
373catch (SmtpException e) 767catch (SmtpException) 844catch (SmtpException e)