public class MimeException
extends com.aspose.ms.System.Exception
Provides information about MIME errors
Constructor and Description |
---|
MimeException()
Initializes a new instance of the
MimeException class. |
MimeException(String message)
Initializes a new instance of the
MimeException class. |
MimeException(String message,
Throwable innerException)
Initializes a new instance of the
MimeException class. |
getHResult, getInnerException, getType, setErrorCode, setHResult, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public MimeException()
Initializes a new instance of the MimeException
class.
public MimeException(String message)
Initializes a new instance of the MimeException
class.
message
- The error message.public MimeException(String message, Throwable innerException)
Initializes a new instance of the MimeException
class.
message
- The error message.innerException
- The inner exception.