Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ASPxClientErrorEventArgs Class

#Declaration

TypeScript
declare class ASPxClientErrorEventArgs extends ASPxClientEventArgs

#Remarks

ASPxClientErrorEventArgs objects are automatically created, initialized and passed to corresponding event handlers.

#Inheritance

ASPxClientEventArgs
ASPxClientErrorEventArgs

#constructor(error)

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

#Declaration

TypeScript
constructor(
    error: any
)

#Parameters

Name Type Description
error any

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

#Properties

#Error Property

Provides access to information about a server-side error.

#Declaration

TypeScript
Error: any

#Property Value

Type Description
any

An object that provides information about an error.