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
|
getFailedRecipient
getStatusCode, setStatusCode
getErrorDetails, getMessage, toString
getHResult, getInnerException, getType, setErrorCode, setHResult
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public 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