Initializes a new instance of the ReportControlException class.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public ReportControlException(
	ReportControl control,
	string message
)
Visual Basic (Declaration)
Public Sub New ( _
	control As ReportControl, _
	message As String _
)
Visual C++
public:
ReportControlException(
	ReportControl^ control, 
	String^ message
)

See Also