SmtpFailedRecipientsException Constructor

Initializes a new instance of the SmtpFailedRecipientsException class.

Name Description
SmtpFailedRecipientsException () Initializes an empty instance of the SmtpFailedRecipientsException class.
SmtpFailedRecipientsException (String) Initializes a new instance of the SmtpFailedRecipientsException class with the specified String.
SmtpFailedRecipientsException (SerializationInfo, StreamingContext) Initializes a new instance of the SmtpFailedRecipientsException class from the specified instances of the SerializationInfo and StreamingContext classes.
SmtpFailedRecipientsException (String, Exception) Initializes a new instance of the SmtpFailedRecipientsException class with the specified String and inner Exception.
SmtpFailedRecipientsException (String, SmtpFailedRecipientException[]) Initializes a new instance of the SmtpFailedRecipientsException class with the specified String and array of type SmtpFailedRecipientException.

Community Additions

ADD
Show: