2 references to
System (2)
net\System\Net\mail\SmtpFailedRecipientException.cs (2)
25
public SmtpFailedRecipientException(string message, Exception innerException) :
base
(message, innerException) { }
43
public SmtpFailedRecipientException(string message, string failedRecipient, Exception innerException) :
base
(message, innerException)