public class MailException
extends com.aspose.ms.System.Exception
Represents the exception that is thrown when the mail message processing.
Constructor and Description |
---|
MailException()
Initializes a new instance of the
MailException class. |
MailException(String message)
Initializes a new instance of the
MailException class. |
MailException(String message,
Throwable inner)
Initializes a new instance of the
MailException class. |
getHResult, getInnerException, getType, setErrorCode, setHResult, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public MailException()
Initializes a new instance of the MailException
class.
public MailException(String message)
Initializes a new instance of the MailException
class.
message
- The message.