5 instantiations of 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);
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
))]