MailException Class
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
The exception that is thrown when an e-mail related error occurs.
Syntax
public class MailException : Exception, ISerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
MailException() | Initializes a new instance of MailException. |
MailException(String) | Initializes a new instance of MailException with the specified message. |
MailException(String, Exception) | Initializes a new instance of MailException with the specified message and inner exception. |