ActiveReports.HtmlExport Request technical support
HtmlExportException Class
See Also  Members  


The exception that is thrown when an error occurs in the ActiveReports HTML export assembly.

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         DataDynamics.ActiveReports.Export.Html.HtmlExportException

See Also