ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / ReportNotFoundException Class / ReportNotFoundException Constructor / ReportNotFoundException Constructor(String,Exception)
The report identifier.
The inner exception which occured on attemp to open the report.

In This Topic
    ReportNotFoundException Constructor(String,Exception)
    In This Topic
    Initializes a new instance of the ReportNotFoundException class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal report As String, _
       ByVal innerException As Exception _
    )
    public ReportNotFoundException( 
       string report,
       Exception innerException
    )

    Parameters

    report
    The report identifier.
    innerException
    The inner exception which occured on attemp to open the report.
    See Also