'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.