SmtpFailedRecipientsException
Contents
[
Hide
]
SmtpFailedRecipientsException constructor (1 of 4)
Initializes a new instance of the SmtpFailedRecipientsException
class
public SmtpFailedRecipientsException()
See Also
- class SmtpFailedRecipientsException
- namespace Aspose.Email.Clients.Smtp
- assembly Aspose.Email
SmtpFailedRecipientsException constructor (2 of 4)
Initializes a new instance of the SmtpFailedRecipientsException
class
public SmtpFailedRecipientsException(string message)
Parameter | Type | Description |
---|---|---|
message | String | Error message |
See Also
- class SmtpFailedRecipientsException
- namespace Aspose.Email.Clients.Smtp
- assembly Aspose.Email
SmtpFailedRecipientsException constructor (3 of 4)
Initializes a new instance of the SmtpFailedRecipientsException
class
public SmtpFailedRecipientsException(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 SmtpFailedRecipientsException
- namespace Aspose.Email.Clients.Smtp
- assembly Aspose.Email
SmtpFailedRecipientsException constructor (4 of 4)
Initializes a new instance of the SmtpFailedRecipientsException
class
public SmtpFailedRecipientsException(string message, SmtpFailedRecipientException[] innerExceptions)
Parameter | Type | Description |
---|---|---|
message | String | Error message |
innerExceptions | SmtpFailedRecipientException[] | The list of exceptions that is the cause of the current exception. |
See Also
- class SmtpFailedRecipientException
- class SmtpFailedRecipientsException
- namespace Aspose.Email.Clients.Smtp
- assembly Aspose.Email