SmtpFailedRecipientException Constructor
Initializes a new instance of the SmtpFailedRecipientException class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | SmtpFailedRecipientException() | Initializes an empty instance of the SmtpFailedRecipientException class. |
![]() | SmtpFailedRecipientException(SerializationInfo^, StreamingContext) | This API supports the product infrastructure and is not intended to be used directly from your code. 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(SmtpStatusCode, String^, String^) | Initializes a new instance of the SmtpFailedRecipientException class with the specified status code, e-mail address, and server response. |
![]() | SmtpFailedRecipientException(String^) | Initializes a new instance of the SmtpFailedRecipientException class with the specified error message. |
![]() | SmtpFailedRecipientException(String^, Exception^) | Initializes a new instance of the SmtpException class with the specified error message and inner exception. |
![]() | SmtpFailedRecipientException(String^, String^, Exception^) | Initializes a new instance of the SmtpException class with the specified error message, e-mail address, and inner exception. |

