SmtpFailedRecipientsException Constructor
This API supports the product infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the SmtpFailedRecipientsException class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | SmtpFailedRecipientsException() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes an empty instance of the SmtpFailedRecipientsException class. |
![]() | SmtpFailedRecipientsException(SerializationInfo^, StreamingContext) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the SmtpFailedRecipientsException class from the specified instances of the SerializationInfo and StreamingContext classes. |
![]() | SmtpFailedRecipientsException(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the SmtpFailedRecipientsException class with the specified String. |
![]() | SmtpFailedRecipientsException(String^, Exception^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the SmtpFailedRecipientsException class with the specified String and inner Exception. |
![]() | SmtpFailedRecipientsException(String^, array<SmtpFailedRecipientException^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the SmtpFailedRecipientsException class with the specified String and array of type SmtpFailedRecipientException. |

