VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfException Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfException Class
    In This Topic
    Represents errors that occur during PDF document processing.
    Object Model
    PdfException
    Syntax
    'Declaration
    
    Public NotInheritable Class PdfException
       Inherits System.Exception
    
    
    public sealed class PdfException : System.Exception
    
    
    public __gc __sealed class PdfException : public System.Exception*
    
    
    public ref class PdfException sealed : public System.Exception^
    
    
    Inheritance Hierarchy

    System.Object
       System.Exception
          Vintasoft.Imaging.Pdf.PdfException

    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