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