Initialize new instanse of PerpetuumSoft.Reporting.WebViewer.Client.ErrorModel class.
Namespace: PerpetuumSoft.Reporting.WebViewer.ClientAssembly: 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 ) |
Parameters
- errorType
- Type: PerpetuumSoft.Reporting.WebViewer.Client..::..ErrorType
The error type.
- error
- Type: PerpetuumSoft.Reporting.WebViewer.Client..::..ErrorBase
The error information.