Shows the error information.

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

Syntax

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

Parameters

e
Type: System..::.Exception

See Also