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