Skip to main content
A newer version of this page is available. .

QueryExecutionException(String, Exception) Constructor

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

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