ExceptionType Enum
Contents
[
Hide
]ExceptionType Enum
Represents custom exception type code.
type ExceptionType int32
Fields
| Field | Description |
|---|---|
| Chart | Invalid chart setting. |
| DataType | Invalid data type setting. |
| DataValidation | Invalid data validation setting. |
| ConditionalFormatting | Invalid data validation setting. |
| FileFormat | Invalid file format. |
| Formula | Invalid formula. |
| InvalidData | Invalid data. |
| InvalidOperator | Invalid operator. |
| IncorrectPassword | Incorrect password. |
| License | License related errors. |
| Limitation | Out of MS Excel limitation error. |
| PageSetup | Invalid page setup setting. |
| PivotTable | Invalid pivotTable setting. |
| Shape | Invalid drawing object setting. |
| Sparkline | Invalid sparkline object setting. |
| SheetName | Invalid worksheet name. |
| SheetType | Invalid worksheet type. |
| Interrupted | The process is interrupted. |
| IO | The file is invalid. |
| Permission | Permission is required to open this file. |
| UnsupportedFeature | Unsupported feature. |
| UnsupportedStream | Unsupported stream to be opened. |
| UndisclosedInformation | Files contains some undisclosed information. |
| FileCorrupted | File content is corrupted. |
| Internal | Internal exception. |
| DefinedName | Invalid defined name |
| Font | Invalid font |
| AutoFilter | Invalid auto filter setting. |
| FontSubstitution | Font substitution warning typewhen a font has not been found, this warning type can be get. |