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.

Namespace:   System.Net.Mail
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodSmtpFailedRecipientsException()

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.

System_CAPS_protmethodSmtpFailedRecipientsException(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.

System_CAPS_pubmethodSmtpFailedRecipientsException(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.

System_CAPS_pubmethodSmtpFailedRecipientsException(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.

System_CAPS_pubmethodSmtpFailedRecipientsException(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.

Return to top
Show: