2 writes to fatal
System (2)
net\System\Net\mail\SmtpTransport.cs (2)
343
exception.
fatal
= true;
481
exception.
fatal
= true;
4 references to fatal
System (4)
net\System\Net\mail\SmtpClient.cs (3)
531
if (e is SmtpFailedRecipientException && !((SmtpFailedRecipientException)e).
fatal
) {
674
if (e is SmtpFailedRecipientException && !((SmtpFailedRecipientException)e).
fatal
) {
816
else if (exception != null && (!(exception is SmtpFailedRecipientException) || ((SmtpFailedRecipientException)exception).
fatal
))
net\System\Net\mail\SmtpTransport.cs (1)
398
|| ((SmtpFailedRecipientException)sendMailResult).
fatal
))