This documentation is archived and is not being maintained.

SmtpFailedRecipientsException Constructor

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the SmtpFailedRecipientsException class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method SmtpFailedRecipientsException() Initializes an empty instance of the SmtpFailedRecipientsException class.
Public method SmtpFailedRecipientsException(String) Initializes a new instance of the SmtpFailedRecipientsException class with the specified String.
Protected method SmtpFailedRecipientsException(SerializationInfo, StreamingContext) Initializes a new instance of the SmtpFailedRecipientsException class from the specified instances of the SerializationInfo and StreamingContext classes.
Public method SmtpFailedRecipientsException(String, Exception) Initializes a new instance of the SmtpFailedRecipientsException class with the specified String and inner Exception.
Public method SmtpFailedRecipientsException(String, array<SmtpFailedRecipientException>) Initializes a new instance of the SmtpFailedRecipientsException class with the specified String and array of type SmtpFailedRecipientException.
Top
Show: