Aspose::Cells::ExceptionType enum

ExceptionType enum

Represents custom exception type code.

enum class ExceptionType

Values

NameValueDescription
Chart0
Invalid chart setting.
DataType1
Invalid data type setting.
DataValidation2
Invalid data validation setting.
ConditionalFormatting3
Invalid data validation setting.
FileFormat4
Invalid file format.
Formula5
Invalid formula.
InvalidData6
Invalid data.
InvalidOperator7
Invalid operator.
IncorrectPassword8
Incorrect password.
License9
License related errors.
Limitation10
Out of MS Excel limitation error.
PageSetup11
Invalid page setup setting.
PivotTable12
Invalid pivotTable setting.
Shape13
Invalid drawing object setting.
Sparkline14
Invalid sparkline object setting.
SheetName15
Invalid worksheet name.
SheetType16
Invalid worksheet type.
Interrupted17
The process is interrupted.
IO18
The file is invalid.
Permission19
Permission is required to open this file.
UnsupportedFeature20
Unsupported feature.
UnsupportedStream21
Unsupported stream to be opened.
UndisclosedInformation22
Files contains some undisclosed information.
FileCorrupted23
File content is corrupted.
Internal24
Internal exception.

See Also