ActiveReports 8
TextExportException Constructor
See Also 
GrapeCity.ActiveReports.Export.Xml.v8 Assembly > GrapeCity.ActiveReports.Export.Xml.Section Namespace > TextExportException Class : TextExportException Constructor

Glossary Item Box

Initializes a new instance of the TextExportException class.   

Overload List

OverloadDescription
TextExportException Constructor(String)Initializes a new instance of the TextExportException class with the specified error message.  
TextExportException Constructor(String,Exception)Initializes a new instance of the TextExportException class with the specified error message and a reference to the inner exception that is the cause of this exception.  
TextExportException Constructor(SerializationInfo,StreamingContext)Initializes a new instance of the TextExportException class with serialized data.  

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