Skip to main content
All docs
V26.1
  • QueryBuilderExceptionHandler.GetExceptionMessage(Exception) Method

    Enables you to handle all server-side errors.

    Namespace: DevExpress.XtraReports.Web.QueryBuilder.Services

    Assembly: DevExpress.XtraReports.v26.1.Web.dll

    Declaration

    public override string GetExceptionMessage(
        Exception ex
    )

    Parameters

    Name Type Description
    ex Exception

    An exception that occurs on the server side.

    Returns

    Type Description
    String

    A string to show in a browser when an error occurs.

    Remarks

    The GetExceptionMessage method is called when any server-side error occurs.

    See Also