public class MapiMessageParseException
extends com.aspose.ms.System.Exception
This exception is thrown when errors occur in parsing MapiMessage.
Constructor and Description |
---|
MapiMessageParseException()
Initializes a new instance of the MapiMessageParseException class.
|
MapiMessageParseException(String message)
Initializes a new instance of the MapiMessageParseException class.
|
MapiMessageParseException(String message,
Throwable innerException)
Initializes a new instance of the MapiMessageParseException class.
|
getHResult, getInnerException, getType, setErrorCode, setHResult, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public MapiMessageParseException()
Initializes a new instance of the MapiMessageParseException class.
public MapiMessageParseException(String message)
Initializes a new instance of the MapiMessageParseException class.
message
- The error message.