ActiveReports.PdfExport Request technical support
PdfExportException Class
See Also  Members  


The exception that is thrown when a non-fatal PdfExport-specific application error occurs. 

Syntax

Visual Basic (Declaration) 
Public Class PdfExportException 
   Inherits ApplicationException
Visual Basic (Usage)Copy Code
Dim instance As PdfExportException
C# 
public class PdfExportException : ApplicationException 

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         DataDynamics.ActiveReports.Export.Pdf.PdfExportException

See Also