Defines types of errors occurred in a application.

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 enum ErrorType
Visual Basic
Public Enumeration ErrorType
Visual C++
public enum class ErrorType

Members

Member nameDescription
ClientError
ServerError
CommunicationError

See Also