2 writes to fatal
System.Net.Mail (2)
System\Net\Mail\SmtpTransport.cs (2)
228
exception.
fatal
= true;
356
exception.
fatal
= true;
4 references to fatal
System.Net.Mail (4)
System\Net\Mail\SmtpClient.cs (3)
513
if (e is SmtpFailedRecipientException && !((SmtpFailedRecipientException)e).
fatal
)
665
if (e is SmtpFailedRecipientException && !((SmtpFailedRecipientException)e).
fatal
)
845
else if (exception != null && (!(exception is SmtpFailedRecipientException) || ((SmtpFailedRecipientException)exception).
fatal
))
System\Net\Mail\SmtpTransport.cs (1)
278
|| ((SmtpFailedRecipientException)sendMailResult).
fatal
))