Initialaze new instanse of PerpetuumSoft.Reporting.WebViewer.Client.ClientError class.

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 ClientError(
	Exception exception
)
Visual Basic
Public Sub New ( _
	exception As Exception _
)
Visual C++
public:
ClientError(
	Exception^ exception
)

Parameters

exception
Type: System..::..Exception
Exception

See Also