Skip to main content

DashboardCustomSqlExecutingException Class

In This Article

The exceptions that occur when the data source has custom SQL queries that can lead to inadvertent or unauthorized modifications to your data/database structure.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v24.2.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

#Declaration

public class DashboardCustomSqlExecutingException :
    Exception

#Inheritance

Object
Exception
DashboardCustomSqlExecutingException
See Also