ImageGear .NET v25.2 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearOfficeCoreErrorCodes Enumeration




In This Topic
    ImGearOfficeCoreErrorCodes Enumeration
    In This Topic
    Error codes for imported office core functions.
    Syntax
    'Declaration
     
    Public Enum ImGearOfficeCoreErrorCodes 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearOfficeCoreErrorCodes
    public enum ImGearOfficeCoreErrorCodes : System.Enum 
    __value public enum ImGearOfficeCoreErrorCodes : public System.Enum 
    public enum class ImGearOfficeCoreErrorCodes : public System.Enum 
    Members
    MemberValueDescription
    OC_CACHE_FILE_EMPTY12Reserved for future use
    OC_DOCUMENT_CONVERSION_FAILURE8Can't convert the document.
    OC_DOCUMENT_INVALID_PROPERTIES11Internal failure when getting spreadsheet margins.
    OC_DOCUMENT_LOAD_FAILED6Can't load the document.
    OC_DOCUMENT_NOT_FOUND7Document not found.
    OC_DOCUMENT_REPAGINATE_FAILURE9Can't repaginate the document.
    OC_INVALID_DOCUMENT_TYPE4Invalid document type.
    OC_INVALID_INPUT_LOCATION1Invalid input location.
    OC_INVALID_OUTPUT_LOCATION2Invalid output location.
    OC_INVALID_PARAMETER3Invalid input parameter.
    OC_LIM_IS_FULL13Maximal count of LibreOffice instances is achieved.
    OC_LIM_NOT_FOUND10LibreOffice Instance Manager is not found.
    OC_NO_ERROR0Success, no errors.
    OC_OUT_OF_MEMORY5Out of memory.
    OC_VALUE_ABOVE_MAX1000Value is above the maximum limit.
    OC_VALUE_BELLOW_MIN1001Value is below the minimum limit.
    Remarks
    These values ​​can be passed as an additional parameter when an ImageGear.Core.ImGearException with the underlying code ImageGear.Core.ImGearErrorCodes.INTERNAL_FAILURE is thrown, and can help understand the cause of the internal error.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.Office.ImGearOfficeCoreErrorCodes

    See Also