Skip to main content

StoredProcNotInSchemaValidationException(StoredProcQuery) Constructor

Initializes a new instance of the StoredProcNotInSchemaValidationException class with the specified stored procedure.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public StoredProcNotInSchemaValidationException(
    StoredProcQuery query
)

Parameters

Name Type Description
query StoredProcQuery

A StoredProcQuery object.

See Also