Skip to main content

QueryExecutionException(String, Exception) Constructor

Initializes a new instance of the QueryExecutionException class with the specified settings.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public QueryExecutionException(
    string queryName,
    Exception innerException
)

Parameters

Name Type Description
queryName String

A String value, specifying the query name.

innerException Exception

A Exception object.

See Also