Skip to main content
All docs
V18.2

ASPxClientErrorEventArgs(Object) Constructor

Initializes a new instance of the ASPxClientErrorEventArgs class with the specified settings.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public ASPxClientErrorEventArgs(
    object error
)

Parameters

Name Type Description
error Object

An object that provides information about a server-side error. This value is assigned to the Error property.

See Also