ActiveReports 8
RtfExportException Class
Members  See Also 
GrapeCity.ActiveReports.Export.Word.v8 Assembly > GrapeCity.ActiveReports.Export.Word.Section Namespace : RtfExportException Class

Glossary Item Box

The error thrown when an RtfExport-specific error occurs.

Object Model

RtfExportException Class

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
         GrapeCity.ActiveReports.Export.Word.Section.RtfExportException

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also