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,
com.aspose.ms.System.Exception 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.public MapiMessageParseException(String message, com.aspose.ms.System.Exception innerException)
Initializes a new instance of the MapiMessageParseException class.
message
- The error message.innerException
- The inner exception.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.