2 references to
System (2)
net\System\Net\mail\SmtpException.cs (1)
89
public SmtpException() :
this
(SmtpStatusCode.GeneralFailure)
net\System\Net\mail\SmtpFailedRecipientException.cs (1)
33
public SmtpFailedRecipientException(SmtpStatusCode statusCode, string failedRecipient) :
base
(statusCode)