@Deprecated public class SmtpFailedBulkSendException extends SmtpException
Represents the exception thrown in bulk sending email message.
Constructor and Description |
---|
SmtpFailedBulkSendException()
Deprecated.
Initializes a new instance of the SmtpFailedBulkSendException class.
|
SmtpFailedBulkSendException(String message)
Deprecated.
Initializes a new instance of the SmtpFailedBulkSendException class.
|
SmtpFailedBulkSendException(String message,
com.aspose.ms.System.Exception innerException)
Deprecated.
Initializes a new instance of the
T:Aspose.Email.SmtpFailedBulkSendException class
with a specified error message and a reference to the inner exception that is the cause of this exception. |
SmtpFailedBulkSendException(String message,
MailMessageCollection failedMessages,
List innerExceptions)
Deprecated.
Initializes a new instance of the SmtpFailedBulkSendException class.
|
Modifier and Type | Method and Description |
---|---|
MailMessageCollection |
getFailedSentMessages()
Deprecated.
Gets the email message that fail to send.
|
List |
getInnerExceptions()
Deprecated.
Gets a list of inner exceptions.
|
getStatusCode, setStatusCode
getHResult, getInnerException, getType, setErrorCode, setHResult, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public SmtpFailedBulkSendException()
Initializes a new instance of the SmtpFailedBulkSendException class.
public SmtpFailedBulkSendException(String message)
Initializes a new instance of the SmtpFailedBulkSendException class.
message
- The error message.public SmtpFailedBulkSendException(String message, MailMessageCollection failedMessages, List innerExceptions)
Initializes a new instance of the SmtpFailedBulkSendException class.
message
- The error message.failedMessages
- The email message fail to send.innerExceptions
- The inner exception.public SmtpFailedBulkSendException(String message, com.aspose.ms.System.Exception innerException)
Initializes a new instance of the T:Aspose.Email.SmtpFailedBulkSendException
class
with a specified error message and a reference to the inner exception that is the cause of this exception.
message
- The error message that explains the reason for the exception.innerException
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.public MailMessageCollection getFailedSentMessages()
Gets the email message that fail to send.
MailMessageCollection
object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.