ActiveReports Developer 7
TextExportException Constructor
See Also 
GrapeCity.ActiveReports.Export.Xml.v7 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.  

See Also