[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.Viewer.ReportNotFoundException.-ctor

ReportNotFoundException Constructor

ReportNotFoundException(string)

Initializes a new instance of the ReportNotFoundException class.

Declaration
public ReportNotFoundException(string report)
Parameters
Type Name Description
string report

The report identifier.

ReportNotFoundException(string, Exception)

Initializes a new instance of the ReportNotFoundException class.

Declaration
public ReportNotFoundException(string report, Exception innerException)
Parameters
Type Name Description
string report

The report identifier.

Exception innerException

The inner exception which occured on attemp to open the report.