Raise a error which occurred on the client side.

Namespace: PerpetuumSoft.Reporting.WebViewer.Client
Assembly: PerpetuumSoft.Reporting.WebViewer.Client (in PerpetuumSoft.Reporting.WebViewer.Client.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void RaiseClientError(
	Exception e
)
Visual Basic
Public Sub RaiseClientError ( _
	e As Exception _
)
Visual C++
public:
void RaiseClientError(
	Exception^ e
)

Parameters

e
Type: System..::..Exception
An exception.

See Also