11 references to SmtpException
System.Net.Mail (11)
System\Net\Mail\SmtpCommands.cs (7)
272
throw new
SmtpException
(statusCode, serverResponse, true);
324
throw new
SmtpException
(statusCode, serverResponse, true);
368
throw new
SmtpException
(lines[0].StatusCode, lines[0].Line, true);
424
throw new
SmtpException
(statusCode, serverResponse, true);
482
throw new
SmtpException
(statusCode, response, true);
541
throw new
SmtpException
(statusCode, response, true);
611
throw new
SmtpException
(statusCode, response, true);
System\Net\Mail\SmtpConnection.cs (3)
202
throw new
SmtpException
(info.StatusCode, info.Line, true);
484
throw new
SmtpException
(info.StatusCode, info.Line, true);
514
thisPtr.InvokeCallback(new
SmtpException
(info.StatusCode, info.Line, true));
System\Net\Mail\SmtpFailedRecipientException.cs (1)
39
public SmtpFailedRecipientException(SmtpStatusCode statusCode, string? failedRecipient, string? serverResponse) :
base
(statusCode, serverResponse, true)