SmtpFailedRecipientException Constructor
.NET Framework 3.0
Initializes a new instance of the SmtpFailedRecipientException class.
| Name | Description |
|---|---|
| SmtpFailedRecipientException () | Initializes an empty instance of the SmtpFailedRecipientException class. |
| SmtpFailedRecipientException (String) | Initializes a new instance of the SmtpFailedRecipientException class with the specified error message. |
| SmtpFailedRecipientException (SerializationInfo, StreamingContext) | Initializes a new instance of the SmtpFailedRecipientException class from the specified instances of the SerializationInfo and StreamingContext classes. |
| SmtpFailedRecipientException (SmtpStatusCode, String) | Initializes a new instance of the SmtpFailedRecipientException class with the specified status code and e-mail address. |
| SmtpFailedRecipientException (String, Exception) | Initializes a new instance of the SmtpException class with the specified error message and inner exception. |
| SmtpFailedRecipientException (SmtpStatusCode, String, String) | Initializes a new instance of the SmtpFailedRecipientException class with the specified status code, e-mail address, and server response. |
| SmtpFailedRecipientException (String, String, Exception) | Initializes a new instance of the SmtpException class with the specified error message, e-mail address, and inner exception. |
Community Additions
ADD
Show: