2 references to
System (2)
net\System\Net\mail\SmtpFailedRecipientException.cs (2)
25public SmtpFailedRecipientException(string message, Exception innerException) : base(message, innerException) { } 43public SmtpFailedRecipientException(string message, string failedRecipient, Exception innerException) : base(message, innerException)