SmtpFailedRecipientsException Constructor
.NET Framework 2.0
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: