ActiveReports Developer 7
XlsExportException Constructor
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.ActiveReports.Export.Excel.Section Namespace > XlsExportException Class : XlsExportException Constructor

Glossary Item Box

Initializes a new instance of the ExcelExportException class.

Overload List

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

See Also