Skip to main content
A newer version of this page is available.
All docs
V18.2

ReportCanceledException(String) Constructor

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

Namespace: DevExpress.XtraReports

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public ReportCanceledException(
    string message
)

Parameters

Name Type Description
message String

A String value, specifying the error message.

See Also