QueryExecutionException(String, Exception) Constructor
Initializes a new instance of the QueryExecutionException class with the specified settings.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
queryName | String | A String value, specifying the query name. |
innerException | Exception | A Exception object. |
See Also