System.Net.Mail.SmtpException Members

The members of System.Net.Mail.SmtpException are listed below.

See Also: Inherited members from System.Exception

Public Constructors

Initializes a new instance of the System.Net.Mail.SmtpException class.

Initializes a new instance of the System.Net.Mail.SmtpException class with the specified status code.

Initializes a new instance of the System.Net.Mail.SmtpException class with the specified error message.

Initializes a new instance of the System.Net.Mail.SmtpException class with the specified status code and error message.

Initializes a new instance of the System.Net.Mail.SmtpException class with the specified error message and inner exception.

Protected Constructors

Public Properties

StatusCodeSmtpStatusCode.

Gets the status code returned by an SMTP server when an e-mail message is transmitted.

Public Methods

Explicitly Implemented Interface Members