xtrareports-js-aspxclienterroreventargs.md
Provides data for the ASPxClientWebDocumentViewer.OnServerError, ASPxClientReportDesigner.OnServerError and ASPxClientQueryBuilder.OnServerError events.
declare class ASPxClientErrorEventArgs extends ASPxClientEventArgs
ASPxClientErrorEventArgs objects are automatically created, initialized and passed to corresponding event handlers.
ASPxClientEventArgs ASPxClientErrorEventArgs
Initializes a new instance of the ASPxClientErrorEventArgs class with the specified settings.
constructor(
error: any
)
| Name | Type | Description |
|---|---|---|
| error | any |
An object that provides information about a server-side error. This value is assigned to the Error property.
|
Provides access to information about a server-side error.
Error: any
| Type | Description |
|---|---|
| any |
An object that provides information about an error.
|