[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Excel.Section.XlsExportException

XlsExportException Class

The exception that is thrown for general exceptions that occur in the ActiveReports.XlsExport assembly.

Inheritance
XlsExportException
Implements
Namespace: GrapeCity.ActiveReports.Export.Excel.Section
Assembly: MESCIUS.ActiveReports.Export.Excel.dll
Syntax
public class XlsExportException : ApplicationException, ISerializable

Constructors

Name Description
XlsExportException(SerializationInfo, StreamingContext)

Initializes a new instance of the ExcelExportException class with serialized data.

XlsExportException(string)

Initializes a new instance of the ExcelExportException class with a specified error message.

XlsExportException(string, Exception)

Initializes a new instance of the ExcelExportException class with a specified error message and a reference to the inner exception that is the cause of this exception.