Initialaze new instanse of PerpetuumSoft.Reporting.WebViewer.Client.ServerError 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 ServerError(
	ErrorInfoModel error
)
Visual Basic
Public Sub New ( _
	error As ErrorInfoModel _
)
Visual C++
public:
ServerError(
	ErrorInfoModel^ error
)

See Also