asposecells.api

Class ExceptionType

Utility class containing constants. Represents custom exception type code.

Field Summary
const  intCHART
Invalid chart setting.
const  intDATA_TYPE
Invalid data type setting.
const  intDATA_VALIDATION
Invalid data validation setting.
const  intCONDITIONAL_FORMATTING
Invalid data validation setting.
const  intFILE_FORMAT
Invalid file format.
const  intFORMULA
Invalid formula.
const  intINVALID_DATA
Invalid data.
const  intINVALID_OPERATOR
Invalid operator.
const  intINCORRECT_PASSWORD
Incorrect password.
const  intLICENSE
License related errors.
const  intLIMITATION
Out of MS Excel limitation error.
const  intPAGE_SETUP
Invalid page setup setting.
const  intPIVOT_TABLE
Invalid pivotTable setting.
const  intSHAPE
Invalid drawing object setting.
const  intSPARKLINE
Invalid sparkline object setting.
const  intSHEET_NAME
Invalid worksheet name.
const  intSHEET_TYPE
Invalid worksheet type.
const  intINTERRUPTED
The process is interrupted.
const  intIO
The file is invalid.
const  intPERMISSION
Permission is required to open this file.
const  intUNSUPPORTED_FEATURE
Unsupported feature.
const  intUNSUPPORTED_STREAM
Unsupported stream to be opened.
const  intUNDISCLOSED_INFORMATION
Files contains some undisclosed information.
const  intFILE_CORRUPTED
File content is corrupted.
 

    • Field Detail

      • CHART

        const int CHART
        Invalid chart setting.
      • DATA_TYPE

        const int DATA_TYPE
        Invalid data type setting.
      • DATA_VALIDATION

        const int DATA_VALIDATION
        Invalid data validation setting.
      • CONDITIONAL_FORMATTING

        const int CONDITIONAL_FORMATTING
        Invalid data validation setting.
      • FILE_FORMAT

        const int FILE_FORMAT
        Invalid file format.
      • FORMULA

        const int FORMULA
        Invalid formula.
      • INVALID_DATA

        const int INVALID_DATA
        Invalid data.
      • INVALID_OPERATOR

        const int INVALID_OPERATOR
        Invalid operator.
      • INCORRECT_PASSWORD

        const int INCORRECT_PASSWORD
        Incorrect password.
      • LICENSE

        const int LICENSE
        License related errors.
      • LIMITATION

        const int LIMITATION
        Out of MS Excel limitation error.
      • PAGE_SETUP

        const int PAGE_SETUP
        Invalid page setup setting.
      • PIVOT_TABLE

        const int PIVOT_TABLE
        Invalid pivotTable setting.
      • SHAPE

        const int SHAPE
        Invalid drawing object setting.
      • SPARKLINE

        const int SPARKLINE
        Invalid sparkline object setting.
      • SHEET_NAME

        const int SHEET_NAME
        Invalid worksheet name.
      • SHEET_TYPE

        const int SHEET_TYPE
        Invalid worksheet type.
      • INTERRUPTED

        const int INTERRUPTED
        The process is interrupted.
      • IO

        const int IO
        The file is invalid.
      • PERMISSION

        const int PERMISSION
        Permission is required to open this file.
      • UNSUPPORTED_FEATURE

        const int UNSUPPORTED_FEATURE
        Unsupported feature.
      • UNSUPPORTED_STREAM

        const int UNSUPPORTED_STREAM
        Unsupported stream to be opened.
      • UNDISCLOSED_INFORMATION

        const int UNDISCLOSED_INFORMATION
        Files contains some undisclosed information.
      • FILE_CORRUPTED

        const int FILE_CORRUPTED
        File content is corrupted.