This documentation is archived and is not being maintained.
SmtpFailedRecipientException Constructor
Visual Studio 2010
Initializes a new instance of the SmtpFailedRecipientException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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) | Infrastructure. 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. |
Show: