Spread Windows Forms 15.0
FarPoint.PDF Assembly / FarPoint.PDF Namespace / Exception.enum_Code Enumeration


In This Topic
    Exception.enum_Code Enumeration
    In This Topic
    Specifies the type of error that caused the exception.
    Syntax
    'Declaration
     
    
    Public Enum Exception.enum_Code 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As Exception.enum_Code
    public enum Exception.enum_Code : System.Enum 
    Members
    MemberDescription
    ErrAlreadyProcessException is caused by already being processed
    ErrIncorrectFlateStreamException is caused by an incorrect (inflated or deflated) data stream
    ErrIncorrectFontDataException is caused by incorrect font data
    ErrNotTrueTypeFontException is caused by the font not being a TrueType font
    ErrOwnerPasswordException is caused by password is null or over length
    ErrSamePassword 
    ErrUnrecognizedImageFormatException is caused by an unrecognized image format
    ErrUserPassword 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.PDF.Exception.enum_Code

    See Also