VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfRuntimeError Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfRuntimeError Class
    In This Topic
    Provides information about the runtime error which occurs during loading of PDF document or rendering of PDF page.
    Object Model
    PdfRuntimeError
    Syntax
    'Declaration
    
    Public NotInheritable Class PdfRuntimeError
       Inherits PdfRuntimeMessage
    
    
    public sealed class PdfRuntimeError : PdfRuntimeMessage
    
    
    public __gc __sealed class PdfRuntimeError : public PdfRuntimeMessage*
    
    
    public ref class PdfRuntimeError sealed : public PdfRuntimeMessage^
    
    
    Inheritance Hierarchy

    System.Object
       System.Exception
          Vintasoft.Imaging.Pdf.PdfRuntimeMessage
             Vintasoft.Imaging.Pdf.PdfRuntimeError

    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