4 references to SmtpException
System.Net.Mail (4)
System\Net\Mail\MailAddress.cs (1)
216
throw new
SmtpException
(SR.Format(SR.SmtpInvalidHostName, Address), argEx);
System\Net\Mail\SmtpClient.cs (1)
566
return ExceptionDispatchInfo.SetCurrentStackTrace(new
SmtpException
(SR.SmtpSendMailFailure, e));
System\Net\Mail\SmtpFailedRecipientException.cs (2)
25
public SmtpFailedRecipientException(string? message, Exception? innerException) :
base
(message, innerException) { }
44
public SmtpFailedRecipientException(string? message, string? failedRecipient, Exception? innerException) :
base
(message, innerException)