Handles Exception.

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

Syntax

C#
void HandleException(
	Exception e
)
Visual Basic (Declaration)
Sub HandleException ( _
	e As Exception _
)
Visual C++
void HandleException(
	Exception^ e
)

Parameters

e
Type: System..::.Exception

See Also