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