QueryBuilderExceptionHandler.GetExceptionMessage(Exception) Method
Enables you to handle all server-side errors.
Namespace: DevExpress.XtraReports.Web.QueryBuilder.Services
Assembly: DevExpress.XtraReports.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
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.
Implements
See Also