Skip to main content
All docs
V18.2

ASPxClientErrorEventArgs.Error Property

Provides access to information about a server-side error.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public object Error { get; }

Property Value

Type Description
Object

An object that provides information about an error.

See Also