Initializes a new instance of the RenderingErrorEventArgs class.

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

Syntax

C#
public RenderingErrorEventArgs(
	Exception exception
)
Visual Basic (Declaration)
Public Sub New ( _
	exception As Exception _
)
Visual C++
public:
RenderingErrorEventArgs(
	Exception^ exception
)

Parameters

exception
Type: System..::.Exception

See Also