MimeException.MimeException
MimeException()
Initializes a new instance of the MimeException
class.
public MimeException()
See Also
- class MimeException
- namespace Aspose.Email.Mime
- assembly Aspose.Email
MimeException(string)
Initializes a new instance of the MimeException
class.
public MimeException(string message)
Parameter | Type | Description |
---|---|---|
message | String | The error message. |
See Also
- class MimeException
- namespace Aspose.Email.Mime
- assembly Aspose.Email
MimeException(string, Exception)
Initializes a new instance of the MimeException
class.
public MimeException(string message, Exception innerException)
Parameter | Type | Description |
---|---|---|
message | String | The error message. |
innerException | Exception | The inner exception. |
See Also
- class MimeException
- namespace Aspose.Email.Mime
- assembly Aspose.Email