ActiveReports Developer 7
TextExportException Class
Members  See Also 
GrapeCity.ActiveReports.Export.Xml.v7 Assembly > GrapeCity.ActiveReports.Export.Xml.Section Namespace : TextExportException Class

Glossary Item Box

The exception thrown when a TextExport-specific error occurs.

Object Model

TextExportException Class

Syntax

Visual Basic (Declaration) 
Public Class TextExportException 
   Inherits System.ApplicationException
C# 
public class TextExportException : System.ApplicationException 

Inheritance Hierarchy

System.Object
   System.Exception
         GrapeCity.ActiveReports.Export.Xml.Section.TextExportException

See Also