Initialize new instanse of PerpetuumSoft.Reporting.WebViewer.Client.ErrorModel 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 ErrorModel(
	ErrorType errorType,
	ErrorBase error
)
Visual Basic
Public Sub New ( _
	errorType As ErrorType, _
	error As ErrorBase _
)
Visual C++
public:
ErrorModel(
	ErrorType errorType, 
	ErrorBase^ error
)

See Also