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

SmtpException() public method

public SmtpException ( ) : System
return System
        public SmtpException() : this(SmtpStatusCode.GeneralFailure)
        {
        }

Same methods

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