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

    Enables you to handle all server-side errors.

    Namespace: DevExpress.XtraReports.Web.QueryBuilder.Services

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

    NuGet Package: DevExpress.Web.Reporting.Common

    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