Overload List
Name | Description | |
---|---|---|
SmtpException()()()() |
Initializes a new instance of the SmtpException class.
| |
SmtpException(String) |
Initializes a new instance of the SmtpException class with the specified error message.
| |
SmtpException(SmtpResponse) |
Initializes a new instance of the SmtpException class with the specified SmtpResponse.
| |
SmtpException(String, SmtpExceptionStatus) |
Initializes a new instance of the SmtpException class with the specified error message and status.
| |
SmtpException(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.
| |
SmtpException(String, SmtpExceptionStatus, array<SmtpRejectedRecipient>[]()[][]) |
Initializes a new instance of the SmtpException class with the specified error message, status, and a list of rejected recipients.
| |
SmtpException(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.
|