11 references to SmtpException
System (11)
net\System\Net\mail\SmtpCommands.cs (7)
267throw new SmtpException(statusCode,serverResponse,true); 327throw new SmtpException(statusCode, serverResponse, true); 378throw new SmtpException(lines[0].StatusCode, lines[0].Line, true); 434throw new SmtpException(statusCode, serverResponse, true); 491throw new SmtpException(statusCode, response, true); 549throw new SmtpException(statusCode, response, true); 620throw new SmtpException(statusCode, response, true);
net\System\Net\mail\smtpconnection.cs (3)
364throw new SmtpException(info.StatusCode, info.Line, true); 729throw new SmtpException(info.StatusCode, info.Line, true); 759thisPtr.InvokeCallback(new SmtpException(info.StatusCode, info.Line, true));
net\System\Net\mail\SmtpFailedRecipientException.cs (1)
38public SmtpFailedRecipientException(SmtpStatusCode statusCode, string failedRecipient, string serverResponse) : base(statusCode, serverResponse, true)