InvalidFileFormatException

InvalidFileFormatException

Overview

InvalidFileFormatException is a class in Aspose.Cells for NET. Inherits from: CellsException.

InvalidFileFormatException.InvalidFileFormatException creates an exception with the specified error message.

Description

InvalidFileFormatException is a class in the Aspose.Cells FOSS library for .NET that exposes 0 methods and 0 properties for programmatic use. It extends CellsException, inheriting shared functionality from its parent type.

The class offers 2 constructor overloads, allowing flexible initialization depending on the calling context.

Methods

SignatureDescription
InvalidFileFormatException(message: string)Creates an exception with the specified error message
InvalidFileFormatException(message: string, innerException: Exception)

See Also