public class SmtpFailedRecipientsException extends SmtpFailedRecipientException
Summary description for SmtpFailedRecipientsException.
| Constructor and Description |
|---|
SmtpFailedRecipientsException()
Initializes a new instance of the
SmtpFailedRecipientsException class |
SmtpFailedRecipientsException(String message)
Initializes a new instance of the
SmtpFailedRecipientsException class |
SmtpFailedRecipientsException(String message,
SmtpFailedRecipientException[] innerExceptions)
Initializes a new instance of the
SmtpFailedRecipientsException class |
SmtpFailedRecipientsException(String message,
Throwable innerException)
Initializes a new instance of the
SmtpFailedRecipientsException class |
| Modifier and Type | Method and Description |
|---|---|
SmtpFailedRecipientException[] |
getInnerExceptions()
Array of inner exceptions
|
getFailedRecipientgetOperationDetails, getStatusCode, setStatusCodegetErrorDetails, getMessage, toStringgetHResult, getInnerException, getType, setErrorCode, setHResultaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic SmtpFailedRecipientsException()
Initializes a new instance of the SmtpFailedRecipientsException class
public SmtpFailedRecipientsException(String message)
Initializes a new instance of the SmtpFailedRecipientsException class
message - Error messagepublic SmtpFailedRecipientsException(String message, Throwable innerException)
Initializes a new instance of the SmtpFailedRecipientsException class
message - Error messageinnerException - 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 SmtpFailedRecipientsException(String message, SmtpFailedRecipientException[] innerExceptions)
Initializes a new instance of the SmtpFailedRecipientsException class
message - Error messageinnerExceptions - The list of exceptions that is the cause of the current exception.public final SmtpFailedRecipientException[] getInnerExceptions()
Array of inner exceptions
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.