Skip to main content
All docs
V23.2

ReportingConfigurationException(String) Constructor

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

Namespace: DevExpress.AspNetCore.Reporting

Assembly: DevExpress.AspNetCore.Reporting.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public ReportingConfigurationException(
    string message
)

Parameters

Name Type
message String
See Also