ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Excel Assembly / GrapeCity.ActiveReports.Export.Excel.Section Namespace / XlsExportException Class / XlsExportException Constructor / XlsExportException Constructor(String)
A message that describes the error.

In This Topic
    XlsExportException Constructor(String)
    In This Topic
    Initializes a new instance of the ExcelExportException class with a specified error message.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal message As String _
    )
    public XlsExportException( 
       string message
    )

    Parameters

    message
    A message that describes the error.
    See Also