9 references to SmtpException
System.Net.Mail (9)
System\Net\Mail\SmtpCommands.cs (7)
107throw new SmtpException(statusCode, serverResponse, true); 152throw new SmtpException(statusCode, serverResponse, true); 191throw new SmtpException(lines[0].StatusCode, lines[0].Line, true); 239throw new SmtpException(statusCode, serverResponse, true); 284throw new SmtpException(statusCode, response, true); 335throw new SmtpException(statusCode, response, true); 392throw new SmtpException(statusCode, response, true);
System\Net\Mail\SmtpConnection.cs (1)
123throw new SmtpException(info.StatusCode, info.Line, true);
System\Net\Mail\SmtpFailedRecipientException.cs (1)
39public SmtpFailedRecipientException(SmtpStatusCode statusCode, string? failedRecipient, string? serverResponse) : base(statusCode, serverResponse, true)