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