Skip to main content
All docs
V26.1
  • ASPxClientErrorEventArgs Class

    Declaration

    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

    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

    Error: any

    Property Value

    Type Description
    any

    An object that provides information about an error.