SmtpFailedRecipientException.SmtpFailedRecipientException

SmtpFailedRecipientException()

Initializes a new instance of the SmtpFailedRecipientException class

public SmtpFailedRecipientException()

See Also


SmtpFailedRecipientException(string)

Initializes a new instance of the SmtpFailedRecipientException class

public SmtpFailedRecipientException(string message)
ParameterTypeDescription
messageStringError message

See Also


SmtpFailedRecipientException(string, Exception)

Initializes a new instance of the SmtpFailedRecipientException class

public SmtpFailedRecipientException(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


SmtpFailedRecipientException(SmtpStatusCode, string)

Initializes a new instance of the SmtpFailedRecipientException class

public SmtpFailedRecipientException(SmtpStatusCode statusCode, string failedRecipient)
ParameterTypeDescription
statusCodeSmtpStatusCodeStatus code
failedRecipientStringFailed recipient

See Also


SmtpFailedRecipientException(SmtpStatusCode, string, string)

Initializes a new instance of the SmtpFailedRecipientException class

public SmtpFailedRecipientException(SmtpStatusCode statusCode, string failedRecipient, 
    string serverResponse)
ParameterTypeDescription
statusCodeSmtpStatusCodeStatus code
failedRecipientStringFailed recipient
serverResponseStringServer response

See Also


SmtpFailedRecipientException(string, string, Exception)

Initializes a new instance of the SmtpFailedRecipientException class

public SmtpFailedRecipientException(string message, string failedRecipient, 
    Exception innerException)
ParameterTypeDescription
messageStringError message
failedRecipientStringFailed recipient
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