[]
Initializes a new instance of the ReportNotFoundException class.
public ReportNotFoundException(string report)
| Type | Name | Description |
|---|---|---|
| string | report | The report identifier. |
Initializes a new instance of the ReportNotFoundException class.
public ReportNotFoundException(string report, Exception innerException)
| Type | Name | Description |
|---|---|---|
| string | report | The report identifier. |
| Exception | innerException | The inner exception which occured on attemp to open the report. |