The callback function which is invoked when an error occurs.
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 delegate void ErrorCallback( ErrorModel errorModel ) |
| Visual Basic |
|---|
Public Delegate Sub ErrorCallback ( _ errorModel As ErrorModel _ ) |
| Visual C++ |
|---|
public delegate void ErrorCallback( ErrorModel^ errorModel ) |
Parameters
- errorModel
- Type: PerpetuumSoft.Reporting.WebViewer.Client..::..ErrorModel
Data about an error.