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

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

Public Sub New (
	message As String,
	innerException As Exception
)

Parameters

message
Type: System.String

The exception message.

innerException
Type: System.Exception

The inner exception.

.NET Framework
Available since 2.0
Return to top
Show: