VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Pptx Namespace / PptxDocumentException Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PptxDocumentException Class
    In This Topic
    Represents error that occurs during manipulation with PPTX document.
    Object Model
    PptxDocumentException
    Syntax
    'Declaration
    
    Public NotInheritable Class PptxDocumentException
       Inherits Vintasoft.Imaging.Codecs.ImageFiles.ImageFileException
    
    
    public sealed class PptxDocumentException : Vintasoft.Imaging.Codecs.ImageFiles.ImageFileException
    
    
    public __gc __sealed class PptxDocumentException : public Vintasoft.Imaging.Codecs.ImageFiles.ImageFileException*
    
    
    public ref class PptxDocumentException sealed : public Vintasoft.Imaging.Codecs.ImageFiles.ImageFileException^
    
    
    Inheritance Hierarchy

    System.Object
       System.Exception
          Vintasoft.Imaging.Codecs.ImageFiles.ImageFileException
             Vintasoft.Imaging.Office.OpenXml.Pptx.PptxDocumentException

    Requirements

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

    See Also