Skip to main content

DashboardCustomSqlExecutingException(String) Constructor

Initializes a new instance of the DashboardCustomSqlExecutingException class.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public DashboardCustomSqlExecutingException(
    string dataSourceName
)

Parameters

Name Type Description
dataSourceName String

A String object that is a name of the data source for which the exception is raised.

See Also