VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000 Namespace / Jpeg2000FileException Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    Jpeg2000FileException Class
    In This Topic
    Represents errors that occurs during manipulation with JPEG2000 file.
    Object Model
    Jpeg2000FileException
    Syntax
    'Declaration
    
    Public NotInheritable Class Jpeg2000FileException
       Inherits Vintasoft.Imaging.Codecs.ImageFiles.ImageFileException
    
    
    public sealed class Jpeg2000FileException : Vintasoft.Imaging.Codecs.ImageFiles.ImageFileException
    
    
    public __gc __sealed class Jpeg2000FileException : public Vintasoft.Imaging.Codecs.ImageFiles.ImageFileException*
    
    
    public ref class Jpeg2000FileException sealed : public Vintasoft.Imaging.Codecs.ImageFiles.ImageFileException^
    
    
    Inheritance Hierarchy

    System.Object
       System.Exception
          Vintasoft.Imaging.Codecs.ImageFiles.ImageFileException
             Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.Jpeg2000FileException

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also