11 references to SmtpException
System.Net.Mail (11)
System\Net\Mail\SmtpCommands.cs (7)
272throw new SmtpException(statusCode, serverResponse, true); 324throw new SmtpException(statusCode, serverResponse, true); 368throw new SmtpException(lines[0].StatusCode, lines[0].Line, true); 424throw new SmtpException(statusCode, serverResponse, true); 482throw new SmtpException(statusCode, response, true); 541throw new SmtpException(statusCode, response, true); 611throw new SmtpException(statusCode, response, true);
System\Net\Mail\SmtpConnection.cs (3)
202throw new SmtpException(info.StatusCode, info.Line, true); 476throw new SmtpException(info.StatusCode, info.Line, true); 506thisPtr.InvokeCallback(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)