SmtpFailedRecipientsException Constructor (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.

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

public:
SmtpFailedRecipientsException(
	String^ message,
	array<SmtpFailedRecipientException^>^ innerExceptions
)

Parameters

message
Type: System::String^

The exception message.

innerExceptions
Type: array<System.Net.Mail::SmtpFailedRecipientException^>^

The array of recipients with delivery errors.

.NET Framework
Available since 2.0
Return to top
Show: