Creates new instance of ReportControlException.

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

Syntax

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

Parameters

control
Type: PerpetuumSoft.Reporting.DOM..::.ReportControl
message
Type: System..::.String
innerException
Type: System..::.Exception

See Also