5 references to SmtpFailedRecipientsException
System (5)
net\System\Net\mail\SmtpTransport.cs (5)
339exception = new SmtpFailedRecipientsException(failedRecipientExceptions, failedRecipientExceptions.Count == recipients.Count); 479exception = new SmtpFailedRecipientsException(thisPtr.failedRecipientExceptions, true); 506InvokeCallback(new SmtpFailedRecipientsException(failedRecipientExceptions, failedRecipientExceptions.Count == toCollection.Count)); 529thisPtr.InvokeCallback(new SmtpFailedRecipientsException(thisPtr.failedRecipientExceptions, thisPtr.failedRecipientExceptions.Count == thisPtr.toCollection.Count)); 557return new SmtpFailedRecipientsException(failedRecipientExceptions, false);