MimeException Constructor
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9448)
MimeException()
Initializes a new instance of MimeException.
Declaration
public MimeException()
MimeException(String)
Initializes a new instance of MimeException with the specified message.
Declaration
public MimeException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | Message that describes the error. |
MimeException(String, Exception)
Initializes a new instance of MimeException with the specified message and inner exception.
Declaration
public MimeException(string message, Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | Message that describes the error. |
| Exception | inner | The exception that was the cause of this exception. |