Skip to main content
All docs
V26.1
  • ReportingConfigurationException(String) Constructor

    Initializes a new instance of the ReportingConfigurationException class with specified settings.

    Namespace: DevExpress.AspNetCore.Reporting

    Assembly: DevExpress.AspNetCore.Reporting.v26.1.dll

    Declaration

    public ReportingConfigurationException(
        string message
    )

    Parameters

    Name Type
    message String
    See Also