It is evoked if there is report generation error.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Server
Assembly:  PerpetuumSoft.Reporting.Silverlight.Server (in PerpetuumSoft.Reporting.Silverlight.Server.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
protected virtual ExceptionDetailBase HandleError(
	Exception e
)
Visual Basic (Declaration)
Protected Overridable Function HandleError ( _
	e As Exception _
) As ExceptionDetailBase
Visual C++
protected:
virtual ExceptionDetailBase^ HandleError(
	Exception^ e
)

Parameters

e
Type: System..::.Exception

See Also