Click or drag to resize

ReportConfigException Constructor

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

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public ReportConfigException(
	string reportName,
	string message
)

Parameters

reportName
Type: SystemString
The name of the report experiencing the problem.
message
Type: SystemString
The message that describes the error
See Also