Returns the "true" value if the Exception is required to be handled.

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

Syntax

C#
bool HandleRenderingException(
	Exception e
)
Visual Basic (Declaration)
Function HandleRenderingException ( _
	e As Exception _
) As Boolean
Visual C++
bool HandleRenderingException(
	Exception^ e
)

Parameters

e
Type: System..::.Exception

See Also