MimeException Class
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9083)
The exception that is thrown when a MIME-related error occurs.
Syntax
public class MimeException : Exception, ISerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
MimeException() | Initializes a new instance of MimeException. |
MimeException(String) | Initializes a new instance of MimeException with the specified message. |
MimeException(String, Exception) | Initializes a new instance of MimeException with the specified message and inner exception. |
Properties
Name | Description |
---|---|
Message | Gets a message that describes the current exception. |
Status | Gets the status of the response. |