Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSmtpException()()()()
Initializes a new instance of the SmtpException class.
Public methodSupported by the .NET Compact FrameworkSmtpException(String)
Initializes a new instance of the SmtpException class with the specified error message.
Public methodSupported by the .NET Compact FrameworkSmtpException(SmtpResponse)
Initializes a new instance of the SmtpException class with the specified SmtpResponse.
Public methodSupported by the .NET Compact FrameworkSmtpException(String, SmtpExceptionStatus)
Initializes a new instance of the SmtpException class with the specified error message and status.
Public methodSupported by the .NET Compact FrameworkSmtpException(String, Exception)
Initializes a new instance of the SmtpException class with the specified error message and a reference to the inner exception that is the cause of this exception.
Public methodSupported by the .NET Compact FrameworkSmtpException(String, SmtpExceptionStatus, array<SmtpRejectedRecipient>[]()[][])
Initializes a new instance of the SmtpException class with the specified error message, status, and a list of rejected recipients.
Public methodSupported by the .NET Compact FrameworkSmtpException(String, Exception, SmtpExceptionStatus)
Initializes a new instance of the SmtpException class with the specified error message, status, and a reference to the inner exception that is the cause of this exception.

See Also