This documentation is archived and is not being maintained.
SmtpFailedRecipientsException Constructor
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the SmtpFailedRecipientsException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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, array<SmtpFailedRecipientException>) | Initializes a new instance of the SmtpFailedRecipientsException class with the specified String and array of type SmtpFailedRecipientException. |
Show: