Class represents information about the error occurred on the server.

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

Inheritance Hierarchy

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

See Also