5 instantiations of 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);
2 references to SmtpFailedRecipientsException
netstandard (1)
netstandard.cs (1)
1182[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.SmtpFailedRecipientsException))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
668[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.SmtpFailedRecipientsException))]