Skip to main content

DataRetrievalException(String) Constructor

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

Namespace: DevExpress.XtraReports

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public DataRetrievalException(
    string message
)

Parameters

Name Type Description
message String

A String value, specifying the error message.

See Also