2 references to GetMessageForStatus
System (2)
net\System\Net\mail\SmtpException.cs (2)
21return GetMessageForStatus(statusCode)+" "+SR.GetString(SR.MailServerResponse,serverResponse); 79public SmtpException(SmtpStatusCode statusCode) : base(GetMessageForStatus(statusCode))