5 references to SmtpFailedRecipientsException
System.Net.Mail (5)
System\Net\Mail\SmtpTransport.cs (5)
223
exception = new
SmtpFailedRecipientsException
(_failedRecipientExceptions, _failedRecipientExceptions.Count == recipients.Count);
355
new
SmtpFailedRecipientsException
(thisPtr._failedRecipientExceptions, true);
381
InvokeCallback(new
SmtpFailedRecipientsException
(_failedRecipientExceptions, _failedRecipientExceptions.Count == _toCollection.Count));
404
thisPtr.InvokeCallback(new
SmtpFailedRecipientsException
(thisPtr._failedRecipientExceptions, thisPtr._failedRecipientExceptions.Count == thisPtr._toCollection.Count));
432
return new
SmtpFailedRecipientsException
(_failedRecipientExceptions, false);