Class represents information about the error occurred on the client.

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 class ClientError : ErrorBase
Visual Basic
Public Class ClientError _
	Inherits ErrorBase
Visual C++
public ref class ClientError : public ErrorBase

Inheritance Hierarchy

System..::..Object
  PerpetuumSoft.Reporting.WebViewer.Client..::..ErrorBase
    PerpetuumSoft.Reporting.WebViewer.Client..::..ClientError

See Also