2 instantiations of SmtpFailedRecipientsException
System.Net.Mail (2)
System\Net\Mail\SmtpClient.cs (1)
533
: new
SmtpFailedRecipientsException
(failedRecipientExceptions, false);
System\Net\Mail\SmtpTransport.cs (1)
137
: new
SmtpFailedRecipientsException
(failedRecipientExceptions, true);
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
))]