SmtpFailedRecipientException Constructor (String^)

 

Initializes a new instance of the SmtpFailedRecipientException class with the specified error message.

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

public:
SmtpFailedRecipientException(
	String^ message
)

Parameters

message
Type: System::String^

A String that contains the error message.

This constructor uses the message parameter to initialize the Message property.

.NET Framework
Available since 2.0
Return to top
Show: