public class FileTypeNotSupportedException
extends com.aspose.ms.System.Exception
Thrown during document load, when the document file type is not supported.
<inheritdoc></inheritdoc>
Exception
,
Serialized FormConstructor and Description |
---|
FileTypeNotSupportedException(String message)
Initializes a new instance of the
FileTypeNotSupportedException class. |
getHResult, getInnerException, getType, setErrorCode, setHResult, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public FileTypeNotSupportedException(String message)
Initializes a new instance of the FileTypeNotSupportedException
class.
message
- The message that describes the error.
<inheritdoc></inheritdoc>
Copyright © 2019. All rights reserved.