SmtpFailedRecipientsException.SmtpFailedRecipientsException

SmtpFailedRecipientsException()

Initializes a new instance of the SmtpFailedRecipientsException class

public SmtpFailedRecipientsException()

See Also


SmtpFailedRecipientsException(string)

Initializes a new instance of the SmtpFailedRecipientsException class

public SmtpFailedRecipientsException(string message)
ParameterTypeDescription
messageStringError message

See Also


SmtpFailedRecipientsException(string, Exception)

Initializes a new instance of the SmtpFailedRecipientsException class

public SmtpFailedRecipientsException(string message, Exception innerException)
ParameterTypeDescription
messageStringError message
innerExceptionExceptionThe 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


SmtpFailedRecipientsException(string, SmtpFailedRecipientException[])

Initializes a new instance of the SmtpFailedRecipientsException class

public SmtpFailedRecipientsException(string message, SmtpFailedRecipientException[] innerExceptions)
ParameterTypeDescription
messageStringError message
innerExceptionsSmtpFailedRecipientException[]The list of exceptions that is the cause of the current exception.

See Also