SmtpFailedRecipientException.SmtpFailedRecipientException
Contents
[
Hide
]SmtpFailedRecipientException()
Initializes a new instance of the SmtpFailedRecipientException class
public SmtpFailedRecipientException()
See Also
- class SmtpFailedRecipientException
- namespace Aspose.Email.Clients.Smtp
- assembly Aspose.Email
SmtpFailedRecipientException(string)
Initializes a new instance of the SmtpFailedRecipientException class
public SmtpFailedRecipientException(string message)
| Parameter | Type | Description |
|---|---|---|
| message | String | Error message |
See Also
- class SmtpFailedRecipientException
- namespace Aspose.Email.Clients.Smtp
- assembly Aspose.Email
SmtpFailedRecipientException(string, Exception)
Initializes a new instance of the SmtpFailedRecipientException class
public SmtpFailedRecipientException(string message, Exception innerException)
| Parameter | Type | Description |
|---|---|---|
| message | String | Error message |
| innerException | Exception | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. |
See Also
- class SmtpFailedRecipientException
- namespace Aspose.Email.Clients.Smtp
- assembly Aspose.Email
SmtpFailedRecipientException(SmtpStatusCode, string)
Initializes a new instance of the SmtpFailedRecipientException class
public SmtpFailedRecipientException(SmtpStatusCode statusCode, string failedRecipient)
| Parameter | Type | Description |
|---|---|---|
| statusCode | SmtpStatusCode | Status code |
| failedRecipient | String | Failed recipient |
See Also
- enum SmtpStatusCode
- class SmtpFailedRecipientException
- namespace Aspose.Email.Clients.Smtp
- assembly Aspose.Email
SmtpFailedRecipientException(SmtpStatusCode, string, string)
Initializes a new instance of the SmtpFailedRecipientException class
public SmtpFailedRecipientException(SmtpStatusCode statusCode, string failedRecipient,
string serverResponse)
| Parameter | Type | Description |
|---|---|---|
| statusCode | SmtpStatusCode | Status code |
| failedRecipient | String | Failed recipient |
| serverResponse | String | Server response |
See Also
- enum SmtpStatusCode
- class SmtpFailedRecipientException
- namespace Aspose.Email.Clients.Smtp
- assembly Aspose.Email
SmtpFailedRecipientException(string, string, Exception)
Initializes a new instance of the SmtpFailedRecipientException class
public SmtpFailedRecipientException(string message, string failedRecipient,
Exception innerException)
| Parameter | Type | Description |
|---|---|---|
| message | String | Error message |
| failedRecipient | String | Failed recipient |
| innerException | Exception | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. |
See Also
- class SmtpFailedRecipientException
- namespace Aspose.Email.Clients.Smtp
- assembly Aspose.Email