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

SmtpException() public method

public SmtpException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System
        public SmtpException(string message, Exception innerException) : base(message, innerException)
        {
        }

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, string serverResponse ) : System