System.Net.Mail.SmtpException.SmtpException C# (CSharp) Method

SmtpException() private method

private SmtpException ( string message, string serverResponse ) : System
message string
serverResponse string
return System
        internal SmtpException(string message, string serverResponse) : base(message + " " + SR.Format(SR.MailServerResponse, serverResponse))
        {
        }

Same methods

SmtpException::SmtpException ( ) : System
SmtpException::SmtpException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
SmtpException::SmtpException ( SmtpStatusCode statusCode ) : System
SmtpException::SmtpException ( SmtpStatusCode statusCode, string message ) : System
SmtpException::SmtpException ( SmtpStatusCode statusCode, string serverMessage, bool serverResponse ) : System
SmtpException::SmtpException ( string message ) : System
SmtpException::SmtpException ( string message, Exception innerException ) : System